prebuildify
Advanced tools
Comparing version 2.3.0 to 2.3.1
15
bin.js
@@ -26,13 +26,6 @@ #!/usr/bin/env node | ||
prebuildify({ | ||
arch: argv.arch, | ||
platform: argv.platform, | ||
cwd: argv._[0], | ||
debug: argv.debug, | ||
targets: targets, | ||
preinstall: argv.preinstall, | ||
postinstall: argv.postinstall, | ||
strip: argv.strip, | ||
quiet: argv.quiet | ||
}, function (err) { | ||
argv.targets = targets | ||
argv.cwd = argv.cwd || argv._[0] || '.' | ||
prebuildify(argv, function (err) { | ||
if (err) { | ||
@@ -39,0 +32,0 @@ console.error(err.message || err) |
{ | ||
"name": "prebuildify", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Create and package prebuilds for native modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8986
171