node-js-image
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "node-js-image", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Manipulate Images in Node.js", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"test": "jest", | ||
"local": "node local.js" | ||
"local": "node local.js", | ||
"pub": "git add . && git commit -m 'new version' && npm version patch && npm publish && git push" | ||
}, | ||
@@ -11,0 +12,0 @@ "repository": { |
12472