We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d1c49 commit 47e4439Copy full SHA for 47e4439
1 file changed
package.json
@@ -4,6 +4,9 @@
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"type": "module",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
"scripts": {
11
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
12
},
0 commit comments