fix(node): set access to public

This commit is contained in:
ObserverOfTime
2025-05-16 19:20:46 +03:00
parent dffd961034
commit 09d38ff794

3
package.json generated
View File

@@ -46,5 +46,8 @@
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
},
"publishConfig": {
"access": "public"
}
}