prebuildify
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -123,2 +123,3 @@ var proc = require('child_process') | ||
cwd: opts.cwd, | ||
env: opts.env, | ||
stdio: opts.quiet ? 'ignore' : 'inherit' | ||
@@ -125,0 +126,0 @@ }) |
{ | ||
"name": "prebuildify", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"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
9005
172