Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "boajs", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Use Python modules seamlessly in Node.js", | ||
@@ -22,2 +22,3 @@ "main": "lib/index.js", | ||
"build": "npm run compile", | ||
"postbuild": "node tools/remove-unused.js", | ||
"codecov": "nyc report --reporter=lcovonly && codecov", | ||
@@ -24,0 +25,0 @@ "htmlcov": "nyc report --reporter=html", |
@@ -55,4 +55,1 @@ #!/usr/bin/env node | ||
utils.installPythonPackages(); | ||
// clean pkgs | ||
run('rm', '-rf', `${installDir}/pkgs`); |
2184267
272
10151