From 03e195c712489fb2c59cf0d404e4d0ba7a272e72 Mon Sep 17 00:00:00 2001 From: Samuel Custodio Date: Wed, 30 Aug 2023 09:03:50 -0300 Subject: [PATCH] fix: add publish config public --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c91a94b..8eb6c7e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "2.0.2", "description": "Keyboard Shortcuts registration and Keybindings management", "private": false, + "publishConfig": { + "access": "public" + }, "main": "dist/build.js", "scripts": { "lint": "eslint --ext .js, src",