Skip to content

Commit ff9e2e6

Browse files
committed
fix: add publishConfig to package.json
1 parent 14256a9 commit ff9e2e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"scripts": {
912
"prepare": "npm link adminforth",
1013
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"

0 commit comments

Comments
 (0)