Skip to content

Commit 7f58c52

Browse files
stephancilldavidfurlong
authored andcommitted
fix: bundle miniapps with miniapp-registry
1 parent ed20e9f commit 7f58c52

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

packages/miniapp-registry/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,5 @@
1414
"eslint-config-custom": "*",
1515
"tsconfig": "*",
1616
"typescript": "^5.2.2"
17-
},
18-
"dependencies": {
19-
"@miniapps/url-render": "*",
20-
"@miniapps/image-render": "*",
21-
"@miniapps/video-render": "*",
22-
"@miniapps/nft-minter": "*",
23-
"@miniapps/chatgpt": "*",
24-
"@miniapps/infura-ipfs-upload": "*",
25-
"@miniapps/giphy-picker": "*",
26-
"@miniapps/livepeer-video": "*"
2717
}
2818
}
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"extends": "tsconfig/base.json",
33
"include": ["."],
4-
"exclude": ["dist", "build", "node_modules"]
4+
"exclude": ["dist", "build", "node_modules"],
5+
"compilerOptions": {
6+
"paths": {
7+
"@miniapps/*": ["../../miniapps/*"]
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)