Skip to content

Commit 44c0a1b

Browse files
committed
fix: add publishConfig to package.json
1 parent 9a0a23d commit 44c0a1b

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
@@ -4,6 +4,9 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/import-export/",
811
"scripts": {
912
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",

0 commit comments

Comments
 (0)