From 50828b266e25a6699432a83ee0a10aa6bee6d0e0 Mon Sep 17 00:00:00 2001 From: Simon Fan Date: Tue, 23 Feb 2021 10:30:02 -0300 Subject: [PATCH] fix: set publishConfig.access to public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 50c85cd..d824922 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ }, "author": "", "license": "ISC", + "publishConfig": { + "access": "public" + }, "devDependencies": { "@babel/core": "^7.12.16", "@babel/preset-env": "^7.12.16",