ng2-module-test
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.0.5"></a> | ||
## [0.0.5](https://github.com/hboylan/ng2-module-test/compare/v0.0.4...v0.0.5) (2016-11-05) | ||
<a name="0.0.4"></a> | ||
@@ -7,0 +12,0 @@ ## [0.0.4](https://github.com/hboylan/ng2-module-test/compare/v0.0.3...v0.0.4) (2016-11-05) |
{ | ||
"name": "ng2-module-test", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "./dist/umd/ng2-module-test.js", | ||
"test:watch": "karma start --watch", | ||
"commit": "git-cz", | ||
"commit": "git add -A && git-cz", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
@@ -23,3 +23,3 @@ "typedoc": "typedoc --options typedoc.json ng2-module-test.ts src/*.ts", | ||
"prerelease": "npm test", | ||
"release": "standard-version --first-release && git push --follow-tags origin master && npm publish", | ||
"release": "standard-version --first-release && npm run build:dist && npm run commit && git push --follow-tags origin master && npm publish", | ||
"postrelease": "npm run build:clean && npm run gh-pages" | ||
@@ -26,0 +26,0 @@ }, |
Sorry, the diff of this file is not supported yet
27238