bare-runtime-win32-arm64
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.exe', __filename) | ||
exports.bare = require.asset('./bin/bare.exe', __filename) |
{ | ||
"name": "bare-runtime-win32-arm64", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "The Windows ARM 64-bit binary for Bare", | ||
@@ -18,6 +18,2 @@ "exports": { | ||
], | ||
"assets": [ | ||
"bin", | ||
"lib" | ||
], | ||
"repository": { | ||
@@ -24,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
23590923