Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "boajs", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Use Python modules seamlessly in Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -17,4 +17,5 @@ #!/usr/bin/env node | ||
run('rm', '-rf', `${installDir}/lib/*.a`); | ||
run('rm', '-rf', `${installDir}/lib/python3.7/config-3.7m-x86_64-linux-gnu/*.a`); | ||
run('rm', '-rf', `${installDir}/lib/terminfo`); | ||
run('rm', '-rf', `${installDir}/share`); | ||
run('rm', '-rf', downloader); |
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
2184369
3138