Comparing version 0.1.5 to 0.1.6
@@ -31,3 +31,5 @@ #!/usr/bin/env node | ||
x64: true, | ||
arm: true | ||
arm: true, | ||
ppc64: true, | ||
ppc: true | ||
}.hasOwnProperty(arch)) { | ||
@@ -34,0 +36,0 @@ console.error('Unsupported (?) architecture: `' + arch + '`'); |
{ | ||
"name": "deasync", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Turns async function into sync via JavaScript wrapper of Node event loop", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
1298007
37
202