opencv-build
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -25,3 +25,3 @@ const fs = require('fs') | ||
function isLibFile(file) { | ||
return checkPrefix() && file.endsWith(getLibSuffix()) | ||
return checkPrefix(file) && file.endsWith(getLibSuffix()) | ||
} | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "opencv-build", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A simple script to auto build recent OpenCV + contrib version via npm", | ||
@@ -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
26456