From b57a79062a33e0d84a42e862505aa403c3238349 Mon Sep 17 00:00:00 2001 From: Steven Rathbauer <5623579+rathpc@users.noreply.github.com> Date: Mon, 12 Jul 2021 11:37:39 -0400 Subject: [PATCH] Set repo to public --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 57e5c51..6139de3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@rathpc/zendesk-react", "description": "A minimal component based implementation to include Zendesk in your React application", "version": "0.1.0", + "private": false, "license": "MIT", "main": "dist/lib/index.js", "module": "dist/lib-esm/index.js", @@ -20,6 +21,9 @@ "wrapper", "component" ], + "publishConfig": { + "access": "public" + }, "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7",