Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
chore: Fix npm release script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 8, 2017
1 parent b46a5c8 commit a55fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "npm run standard-version",
"release": "standard-version",
"security": "nsp check",
"serve:dev": "nodemon $2 --exec babel-node",
"test": "jest",
Expand Down

0 comments on commit a55fedf

Please sign in to comment.