Comparing version 0.1.12 to 0.1.13
@@ -18,3 +18,3 @@ var program = require('commander'); | ||
program | ||
.version('0.1.12') | ||
.version('0.1.13') | ||
//.option('-v, --version', 'output the version number') | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "devcycle", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "devcycle is command line interface that helps to move files from development to testing and testing to production", | ||
@@ -21,6 +21,3 @@ "main": "devcycle.js", | ||
"testing" | ||
], | ||
"bin": { | ||
"devcycle" : "devcycle.js" | ||
}, | ||
], | ||
"author": { | ||
@@ -27,0 +24,0 @@ "name": "Oscar Mejia", |
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
11251