We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77d9a4 commit c47f996Copy full SHA for c47f996
.npmrc
package.json
@@ -17,7 +17,6 @@
17
}
18
},
19
"main": "./dist/module.cjs",
20
- "types": "./dist/types.d.ts",
21
"files": [
22
"dist"
23
],
@@ -26,7 +25,7 @@
26
25
"dev": "nuxi dev playground",
27
"dev:host": "nuxi dev playground --host",
28
"dev:build": "nuxi build playground",
29
- "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
+ "dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
30
"release": "npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
31
"test": "vitest run",
32
"test:watch": "vitest watch",
0 commit comments