From 40fc2fd790f8d9f22f40915602c9563c9139542c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 29 Jan 2018 21:55:09 +0700 Subject: [PATCH] Remove `publishConfig` from package.json Apparently, it's only needed for the initial publish. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index c4a3a24..94b22a9 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,6 @@ "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, - "publishConfig": { - "access": "public" - }, "main": "dist/index.js", "engines": { "node": ">=4"