Comparing version 0.9.21 to 0.9.22
@@ -5,3 +5,3 @@ { | ||
"description": "install/uninstall Cordova plugins", | ||
"version": "0.9.21", | ||
"version": "0.9.22", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -196,11 +196,12 @@ var npm = require('npm'), | ||
settings = rc('plugman', { | ||
cache: plugmanCacheDir, | ||
force: true, | ||
registry: 'http://registry.cordova.io', | ||
logstream: fs.createWriteStream(path.resolve(plugmanConfigDir, 'plugman.log')), | ||
userconfig: path.resolve(plugmanConfigDir, 'config') | ||
}); | ||
settings = | ||
module.exports.settings = | ||
rc('plugman', { | ||
cache: plugmanCacheDir, | ||
force: true, | ||
registry: 'http://registry.cordova.io', | ||
logstream: fs.createWriteStream(path.resolve(plugmanConfigDir, 'plugman.log')), | ||
userconfig: path.resolve(plugmanConfigDir, 'config') | ||
}); | ||
cb(null, settings); | ||
} |
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
12676
3045095