diff --git a/package.json b/package.json index b6b216a..58ad882 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,8 @@ "prestart": "tree-sitter build --wasm", "start": "tree-sitter playground", "test": "node --test bindings/node/*_test.js" + }, + "publishConfig": { + "access": "public" } }