Skip to content

Commit 7e5b87d

Browse files
committed
chore: standardize package metadata
1 parent 2e7096c commit 7e5b87d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"dialog",
1010
"ui"
1111
],
12-
"homepage": "http://github.com/react-component/dialog",
12+
"homepage": "https://react-component.github.io/dialog",
1313
"bugs": {
14-
"url": "http://github.com/react-component/dialog/issues"
14+
"url": "https://github.com/react-component/dialog/issues"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git@github.com:react-component/dialog.git"
18+
"url": "https://github.com/react-component/dialog.git"
1919
},
2020
"license": "MIT",
2121
"author": "yiminghe@gmail.com",
@@ -86,5 +86,8 @@
8686
"peerDependencies": {
8787
"react": ">=18.0.0",
8888
"react-dom": ">=18.0.0"
89+
},
90+
"publishConfig": {
91+
"access": "public"
8992
}
9093
}

0 commit comments

Comments
 (0)