Skip to content

Commit

Permalink
tweak: Allow npm to version things itself
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 11, 2016
1 parent 1f33d1b commit b9f5b32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"doc:submodule": "npm run doc:submodule:commit",
"doc:submodule:commit": "git commit doc -m \"doc: Update documentation\"",

"postversion": "npm run version:commit && npm run version:tag",
"version:commit": "npm run exec -- git commit package.json -m \"Version $npm_package_version\"",
"postversion": "npm run version:tag",
"version:tag": "npm run exec -- git tag -a v$npm_package_version -m \"Version $npm_package_version\"",
"version:get": "npm run exec -- echo -e $npm_package_version",

Expand Down

0 comments on commit b9f5b32

Please sign in to comment.