From 51d5d04d1f8016f01571806fd26d87e279ae156a Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Wed, 7 Sep 2016 15:10:05 +0300 Subject: [PATCH] chore(package): add gh-pages & corret default push branch on post version task --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 785da05b..4110c5cb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "test:watch": "NODE_ENV=test ./node_modules/.bin/karma start --auto-watch --no-single-run", "preversion": "npm test", "version": "npm run flow.changelog && git add -A", - "postversion": "git push origin development && git push --tags" + "postversion": "git push origin master && git push --tags" }, "dependencies": { "dragula": "3.7.1" @@ -71,6 +71,7 @@ "es6-promise": "3.2.1", "es6-shim": "0.35.1", "eslint-config-valorsoft": "0.1.0", + "gh-pages": "0.11.0", "gitignore-to-glob": "0.2.1", "gulp": "3.9.1", "gulp-tslint": "6.1.1",