Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
fix: Missing default update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 6, 2017
1 parent 1a88f9a commit a6ba200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,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 a6ba200

Please sign in to comment.