diff --git a/package.json b/package.json index 1a53200..10aa1c4 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "bin": { "letify": "index.esm.js" }, + "publishConfig": { + "access": "public" + }, "scripts": { "build": "nx build", "test": "nx test",