From a5c318277be7adaf7ead8200d1482ca8fab6c1e8 Mon Sep 17 00:00:00 2001 From: Kamil Burek Date: Tue, 24 Aug 2021 09:53:24 +0100 Subject: [PATCH] Remove `publishConfig` See https://github.com/npm/cli/issues/2834 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 17c1676..72189fd 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,6 @@ "cli.js", "index.js" ], - "publishConfig": { - "access": "public" - }, "dependencies": { "chalk": "4.1.2", "request": "2.88.0",