From e6e5f7e7c5181c807d0ab330f5f3acd55ed2e717 Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 19 Aug 2020 23:07:56 +0100 Subject: [PATCH] chore: add publish config --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 3424b06..875cd06 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, + "publishConfig": { + "access": "public" + }, "scripts": { "test": "jest", "build": "tsc --build",