Skip to content

Commit

Permalink
added npm version script
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jul 24, 2016
1 parent 929c4d3 commit 74bc34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf build dist",
"copy": "cp dist/satellizer.js examples/client/vendor && cp -R examples/client/ examples/server/php/public/",
"bump": "npm version patch",
"preversion": "npm test && npm run build && git add -A dist && git commit -m 'Release'"
"postversion": "npm test && npm run build && git add -A dist && git commit -m 'Release'"
},
"author": {
"name": "Sahat Yalkabov",
Expand Down Expand Up @@ -43,6 +43,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.2.1",
"karma-webpack": "^1.7.0",
"npm-run-all": "^2.3.0",
"phantomjs-prebuilt": "^2.1.7",
"rollup": "^0.34.1",
"rollup-plugin-babel": "^2.4.0",
Expand Down

0 comments on commit 74bc34b

Please sign in to comment.