From b5059292e85528f927e644558a546ee0db4d9662 Mon Sep 17 00:00:00 2001 From: Amanda Mitchell Date: Wed, 11 Nov 2020 12:37:29 -0800 Subject: [PATCH] chore: Set package to publish publicly. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 856a1dc..ee9bb01 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "files": [ "index.js" ], + "publishConfig": { + "access": "public" + }, "devDependencies": { "@commitlint/config-conventional": "^11.0.0", "commitlint": "^11.0.0",