Skip to content

Commit

Permalink
Change publish script to avoid clash with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleynguyen committed Nov 3, 2019
1 parent 137985d commit 2d05d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha test/**/*.test.js",
"lint": "eslint index.js ./src/**/*.js",
"format": "prettier --config .prettierrc --write index.js ./src/**/*.js",
"publish": "np"
"release": "np"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d05d49

Please sign in to comment.