repo: janusweb action: commit revision: path_from: revision_from: 266c2f245cc23c065795cd512623b31249e9903e: path_to: revision_to:
commit 266c2f245cc23c065795cd512623b31249e9903e Author: James BaicoianuDate: Sat May 27 23:53:23 2017 -0700 Add hook to push version tags automatically diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"scripts": {
"postinstall": "./utils/init.sh",
"build": "./utils/build.sh",
+ "postversion": "git push origin v`npm view janusweb version`",
"test": "./utils/activate.sh && ./node_modules/.bin/karma start tests/karma.conf.js --single-run"
},
"devDependencies": {
-----END OF PAGE-----