diff --git a/beachball.config.js b/beachball.config.js new file mode 100644 index 0000000..bf6b06a --- /dev/null +++ b/beachball.config.js @@ -0,0 +1,5 @@ +module.exports = { + publish: true, + push: true, + access: 'public', +}; diff --git a/package.json b/package.json index d574aca..1bd2a0a 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "jose": "^4.14.4", "node-fetch": "^2.6.12" }, + "private": false, "publishConfig": { "access": "public" }