From 89dc5bf702c7f631c1c503a987d3ac5c010af746 Mon Sep 17 00:00:00 2001 From: Ben Monro Date: Thu, 11 Jun 2020 22:39:16 -0700 Subject: [PATCH] fix: add publish config --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c5a4f6f..77c595b 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,9 @@ "dependencies": { "chalk": "^2.4.1" }, + "publishConfig": { + "access": "public" + }, "devDependencies": { "axe-core": "^3.5.4" }