We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16f164 commit d20c243Copy full SHA for d20c243
package.json
@@ -5,7 +5,8 @@
5
"main": "src/vue.js",
6
"scripts": {
7
"build": "rollup -c",
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "publish": "npm publish --access public"
10
},
11
"type": "module",
12
"author": "Josh Goebel <hello@joshgoebel.com>",
0 commit comments