diff --git a/package.json b/package.json index ac68758..cfda701 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,9 @@ "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "eslint": "^8.51.0" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }