cordova-runner
Advanced tools
Comparing version 0.0.2 to 0.0.3
#!/usr/bin/env node | ||
var shell = require('shelljs'); | ||
shell.echo('hello world'); | ||
shell.echo('Cordova version:'); | ||
shell.exec('cordova -v'); |
{ | ||
"name": "cordova-runner", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Create, run, and build cordova apps", | ||
@@ -16,4 +16,4 @@ "main": "index.js", | ||
"bin": { | ||
"cordova-runner": "./cordova.sh", | ||
"snippet": "./index.js" | ||
"check-cordova-version": "./index.js", | ||
"cordova-runner": "./cordova.sh" | ||
}, | ||
@@ -20,0 +20,0 @@ "bugs": { |
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
22878