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