Skip to content

Commit 6e733dc

Browse files
committed
fix: add publishConfig to package.json
1 parent 0f9fa98 commit 6e733dc

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
"description": "AdminForth plugin for two factors authentication",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/TwoFactorsAuth/",
811
"repository": {
912
"type": "git",

0 commit comments

Comments
 (0)