hcode-core
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "hcode-core", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Hcode Core", | ||
@@ -14,4 +14,5 @@ "types": "typings.d.ts", | ||
"preprod": "npm run pre", | ||
"prod": "npm publish", | ||
"prod": "npm run publish", | ||
"postprod": "npm run git-push", | ||
"publish": "npm publish", | ||
"git-push": "git add --all && git commit -m publish && git push origin master", | ||
@@ -18,0 +19,0 @@ "git-pull": "git fetch --all && git reset --hard origin/master && git pull origin master" |
30657