Skip to content

Commit 352fc76

Browse files
committed
chore: package.json config
1 parent 54be010 commit 352fc76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/website/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mpxjs/vuese-website",
3-
"version": "0.0.2-beta.22",
3+
"version": "1.0.0",
44
"description": "构建示例网站",
55
"author": "QiuShuiBai <[email protected]>",
66
"homepage": "",
@@ -14,6 +14,10 @@
1414
"type": "git",
1515
"url": "[email protected]:mpx-ecology/vuese.git"
1616
},
17+
"publishConfig": {
18+
"registry": "https://registry.npmjs.org",
19+
"access": "public"
20+
},
1721
"buildOptions": {
1822
"extractDts": true
1923
},

0 commit comments

Comments
 (0)