We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41012 commit e06a803Copy full SHA for e06a803
package.json
@@ -5,6 +5,9 @@
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"private": false,
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
"scripts": {
12
"build": "tsc",
13
"format": "prettier --write \"src/**/*.(js|ts)\"",
0 commit comments