Comparing version 2.1.1 to 2.1.2
@@ -10,5 +10,5 @@ cmake_minimum_required(VERSION 3.25) | ||
target_sources( | ||
bare_fs | ||
${bare_fs} | ||
PRIVATE | ||
binding.c | ||
) |
{ | ||
"name": "bare-fs", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Native file system for Javascript", | ||
@@ -14,5 +14,3 @@ "main": "index.js", | ||
], | ||
"addon": { | ||
"target": "bare_fs" | ||
}, | ||
"addon": true, | ||
"scripts": { | ||
@@ -19,0 +17,0 @@ "test": "standard && bare test.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
408499