Comparing version 0.2.0 to 0.4.0
{ | ||
"name": "ansir", | ||
"version": "0.2.0", | ||
"version": "0.4.0", | ||
"description": "Convert PNGs to colorful terminal ANSI art", | ||
@@ -25,3 +25,6 @@ "keywords": [ | ||
"deploy": "npm version minor -m \"Update version to %s\" ", | ||
"postdeploy": "git push && git push --tags" | ||
"postdeploy": "git push && git push --tags", | ||
"predeploy_patch": "npm test", | ||
"deploy_patch": "npm version minor -m \"Update version to %s\" ", | ||
"postdeploy_patch": "git push && git push --tags" | ||
}, | ||
@@ -28,0 +31,0 @@ "dependencies": { |
@@ -14,3 +14,3 @@ | ||
npm install -g ansir | ||
npm install -g ansir coffee-script | ||
@@ -17,0 +17,0 @@ ### Generate artwork |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163786