Skip to content

Commit c211f36

Browse files
fix: add publishConfig for package.json
1 parent 6a5c6af commit c211f36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vuepress-types/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"scripts": {
2626
"lint": "eslint --ext .ts types"
2727
},
28+
"publishConfig": {
29+
"access": "public",
30+
"registry": "https://registry.npmjs.org"
31+
},
2832
"peerDependencies": {
2933
"vuepress": "^1.x"
3034
},

0 commit comments

Comments
 (0)