pluginstall
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,3 +5,3 @@ { | ||
"description": "install Cordova plugins", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -34,2 +34,6 @@ var path = require('path'), | ||
files = files.filter(function (val) { | ||
return !(/^build\//.test(val)) | ||
}); | ||
store.plistPath = files[0]; | ||
@@ -36,0 +40,0 @@ store.pluginsDir = path.resolve(files[0], '..', 'Plugins'); |
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
129503
524