Skip to content

Commit bbc052a

Browse files
committed
🔧 Minor update
1 parent fd886be commit bbc052a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"files": [
2727
"app"
2828
],
29-
"main": "dist/index.js",
30-
"module": "dist/index.js",
29+
"main": "app/index.js",
30+
"module": "app/index.js",
3131
"scripts": {
3232
"build": "npm run clean && npm run lint && npm run ts -- -p ./tsconfig.json",
3333
"build:prod": "npm run clean && npm run lint:prod && npm run ts -- -p ./tsconfig.prod.json",

0 commit comments

Comments
 (0)