Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "aem-watch", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"preversion": "node preversion.js", | ||
"version": "node version.js", | ||
"postversion": "git push && git push --tags" | ||
"version": "node version.js && git add -A README.md && git commit -m 'bump version in readme'", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
@@ -20,3 +20,3 @@ # aem-watch | ||
`npm install "git+https://github.com/normanzb/aem-watch.git#v0.3.5" -g` | ||
`npm install "git+https://github.com/normanzb/aem-watch.git#v0.3.6" -g` | ||
@@ -41,3 +41,3 @@ ## Usage | ||
0.3.5 | ||
0.3.6 | ||
@@ -44,0 +44,0 @@ ## Known issues |
69955