Skip to content

Commit ea80a3e

Browse files
author
davidysxue
committed
fix: repo and homepage
1 parent 51afaf1 commit ea80a3e

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
@@ -1,6 +1,6 @@
11
{
22
"name": "weui-miniprogram",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "小程序 WeUI 组件库",
55
"main": "miniprogram_dist/index.js",
66
"scripts": {
@@ -19,8 +19,9 @@
1919
"miniprogram": "miniprogram_dist",
2020
"repository": {
2121
"type": "git",
22-
"url": ""
22+
"url": "https://github.com/wechat-miniprogram/weui-miniprogram.git"
2323
},
24+
"homepage": "https://github.com/wechat-miniprogram/weui-miniprogram",
2425
"author": "xushengni,tomylin,cunjinli,rockhou",
2526
"license": "MIT",
2627
"devDependencies": {

0 commit comments

Comments
 (0)