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",