Updated the release process

Trying base64 encoded npm credentials
This commit is contained in:
Colin Eberhardt
2015-08-21 08:57:22 +01:00
parent 9c31f68f2e
commit d3c891f39a
3 changed files with 15 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
"description": "Reimplementation of CSS layout using pure JavaScript",
"main": "dist/css-layout.js",
"scripts": {
"test": "grunt ci"
"test": "grunt ci",
"postversion": "git push --tags upstream HEAD:master"
},
"repository": {
"type": "git",