Skip to content

Commit c47f996

Browse files
committed
chore: npm and nuxt-module-build config
1 parent b77d9a4 commit c47f996

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
}
1818
},
1919
"main": "./dist/module.cjs",
20-
"types": "./dist/types.d.ts",
2120
"files": [
2221
"dist"
2322
],
@@ -26,7 +25,7 @@
2625
"dev": "nuxi dev playground",
2726
"dev:host": "nuxi dev playground --host",
2827
"dev:build": "nuxi build playground",
29-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
28+
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
3029
"release": "npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
3130
"test": "vitest run",
3231
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)