Skip to content

Commit 870ef44

Browse files
committed
fix: add publishConfig to package.json
1 parent 4a578d4 commit 870ef44

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/i18n/",
811
"scripts": {
912
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",

0 commit comments

Comments
 (0)