my-script-global
Advanced tools
+4
-2
| { | ||
| "name": "my-script-global", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "bin": "./index.js", | ||
| "bin": { | ||
| "my-cli": "./index.js" | ||
| }, | ||
| "scripts": { | ||
@@ -8,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
298
7.19%