Skip to content

Commit e29e8b2

Browse files
committed
fix: update publish access
1 parent 36a2fe8 commit e29e8b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@
6464
"typescript": "^5.8.3"
6565
},
6666
"publishConfig": {
67-
"registry": "https://registry.npmjs.org"
67+
"registry": "https://registry.npmjs.org",
68+
"access": "public"
6869
},
6970
"engines": {
70-
"node": ">=18"
71+
"node": ">=20"
7172
}
7273
}

0 commit comments

Comments
 (0)