Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "nnocr", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Native Node.js bindings for the Tesseract OCR project.", | ||
@@ -5,0 +5,0 @@ "gypfile": true, |
@@ -21,3 +21,3 @@ const fs = require('fs'); | ||
const buildForArch = process.env["BUILD_FOR_ARCH"]; | ||
const buildForArch = process.env["BUILD_FOR_ARCH"] || process.arch; | ||
shell.echo('buildForArch', buildForArch); | ||
@@ -24,0 +24,0 @@ |
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
81914620