bare-buffer
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -22,3 +22,3 @@ cmake_minimum_required(VERSION 3.25) | ||
target_sources( | ||
bare_buffer | ||
${bare_buffer} | ||
PRIVATE | ||
@@ -29,3 +29,3 @@ binding.c | ||
target_link_libraries( | ||
bare_buffer | ||
${bare_buffer} | ||
PUBLIC | ||
@@ -32,0 +32,0 @@ utf |
{ | ||
"name": "bare-buffer", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Native buffers for JavaScript", | ||
@@ -20,5 +20,3 @@ "main": "index.js", | ||
], | ||
"addon": { | ||
"target": "bare_buffer" | ||
}, | ||
"addon": true, | ||
"scripts": { | ||
@@ -25,0 +23,0 @@ "test": "standard && bare test/all.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
267307