bare-runtime-android-ia32
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -1,3 +0,3 @@ | ||
const asset = require('require-asset') | ||
require.asset = require('require-asset') | ||
exports.bare = asset('./bin/bare', __filename) | ||
exports.bare = require.asset('./bin/bare', __filename) |
{ | ||
"name": "bare-runtime-android-ia32", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "The Android Intel 32-bit binary for Bare", | ||
@@ -15,7 +15,5 @@ "exports": { | ||
"index.js", | ||
"bin" | ||
"bin", | ||
"lib" | ||
], | ||
"assets": [ | ||
"bin" | ||
], | ||
"repository": { | ||
@@ -22,0 +20,0 @@ "type": "git", |
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
37730611