Skip to content

Commit

Permalink
chore: switch to release rather than version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Oct 6, 2016
1 parent 9c89945 commit 1bd5abd
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 @@ -14,7 +14,7 @@
"report": "node ./bin/nyc --temp-directory ./.self_coverage/ -r text -r lcov report",
"cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report",
"dev": "npm run clean && npm run build && npm run run-tests",
"version": "standard-version"
"release": "standard-version"
},
"bin": {
"nyc": "./bin/nyc.js"
Expand Down

0 comments on commit 1bd5abd

Please sign in to comment.