Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "imagment", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "Configurable image review that returns segments of the image", | ||
@@ -8,3 +8,6 @@ "main": "src/index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"release:patch": "git push --set-upstream origin main && npm version patch && git push && git push --tags", | ||
"release:minor": "git push --set-upstream origin main && npm version minor && git push && git push --tags", | ||
"release:major": "git push --set-upstream origin main && npm version major && git push && git push --tags" | ||
}, | ||
@@ -11,0 +14,0 @@ "repository": { |
1958