Skip to content

Commit

Permalink
pkg: add publishConfig.access
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Aug 14, 2023
1 parent 75b4ee4 commit 03f2761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"vitest": "^0.34.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"registry": "https://registry.npmjs.org",
"access": "public"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,less,md}": [
Expand Down

0 comments on commit 03f2761

Please sign in to comment.