Comparing version 2.9.0-0.13.0 to 2.9.0-0.13.1
@@ -8,3 +8,13 @@ #!/usr/bin/env node | ||
var CLI = require('../lib/cli'), | ||
argv = require('optimist').argv; | ||
argv = require('optimist').boolean('d') | ||
.boolean('device') | ||
.boolean('e') | ||
.boolean('emulator') | ||
.boolean('V') | ||
.boolean('verbose') | ||
.boolean('v') | ||
.boolean('version') | ||
.boolean('h') | ||
.boolean('help') | ||
.argv; | ||
@@ -11,0 +21,0 @@ /*! |
{ | ||
"name": "phonegap", | ||
"description": "PhoneGap command-line interface and node.js library.", | ||
"version": "2.9.0-0.13.0", | ||
"version": "2.9.0-0.13.1", | ||
"homepage": "http://github.com/mwbrooks/phonegap-cli", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
270661
7311