Comparing version 0.0.0 to 0.0.1
#!/usr/bin/env node | ||
/** | ||
* Module dependencies. | ||
*/ | ||
var program = require('commander'); | ||
@@ -8,0 +3,0 @@ var commandAlias; |
{ | ||
"name": "memr", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "CMD Logger", | ||
"main": "index.js", | ||
"preferGlobal": true, | ||
"bin": { | ||
"memr": "index.js" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "test": "mocha --reporter spec" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2356
63