Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "iconad", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Utility for Android and iOS icon creation", | ||
@@ -10,3 +10,3 @@ "main": "iconad.js", | ||
"bin": { | ||
"iconad": "./index.js" | ||
"iconad": "node ./index.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
6064