repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 266c2f245cc23c065795cd512623b31249e9903e:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 266c2f245cc23c065795cd512623b31249e9903e
Author: James Baicoianu 
Date:   Sat May 27 23:53:23 2017 -0700

    Add hook to push version tags automatically

diff --git a/package.json b/package.json
index 72d63ec91fe2dfd13be844e16d8d63ac5b678e4c..
index ..8e4da3263c5288c0c819538da17fd6b1b5afe6b1 100644
--- 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-----