diff --git a/package.json b/package.json index ef0d7de..600496b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "description": "node-fetch with caching.", "main": "src/index.js", "type": "module", - "private": false, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "exports": { "import": "./src/index.js", "require": "./commonjs/wrapper.cjs"