diff --git a/package.json b/package.json index 5b120c8..a8830c8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/tsmetadata/polyfill.git" + "url": "git+https://github.com/tsmetadata/polyfill.git" + }, + "publishConfig": { + "access": "public" }, "main": "./lib/index.js", "types": "./lib/index.d.ts",