Skip to content

Commit 7f3069c

Browse files
committed
security patches
1 parent de23a82 commit 7f3069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"scripts": {
2626
"dev": "nuxt example",
2727
"lint": "eslint --ext .js,.vue .",
28-
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
28+
"release": "yarn test && standard-version && git push --follow-tags && yarn publish",
2929
"test": "yarn lint && jest"
3030
},
3131
"dependencies": {

0 commit comments

Comments
 (0)