From b8051b8d998e0ca0aaa85aa6837b5ccbd7d81816 Mon Sep 17 00:00:00 2001 From: Ryan Huellen Date: Mon, 4 Nov 2024 21:22:38 -0600 Subject: [PATCH] fix: `npm pkg fix` --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",