diff --git a/package.json b/package.json index b1e4f2e..f42c93e 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", + "private": false, "dependencies": { "axios": "^1.7.4", "jwt-decode": "^4.0.0", @@ -86,5 +87,9 @@ ], "keywords": [], "license": "(MIT)", - "author": "Calimero Ltd" + "author": "Calimero Ltd", + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + } }