Skip to content

Commit b384a3c

Browse files
committed
chore: standardize package metadata
1 parent 73ec933 commit b384a3c

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
@@ -6,13 +6,13 @@
66
"react",
77
"react-dropdown"
88
],
9-
"homepage": "http://github.com/react-component/dropdown",
9+
"homepage": "https://react-component.github.io/dropdown",
1010
"bugs": {
11-
"url": "http://github.com/react-component/dropdown/issues"
11+
"url": "https://github.com/react-component/dropdown/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git@github.com:react-component/dropdown.git"
15+
"url": "https://github.com/react-component/dropdown.git"
1616
},
1717
"license": "MIT",
1818
"maintainers": [
@@ -78,5 +78,8 @@
7878
"peerDependencies": {
7979
"react": ">=16.11.0",
8080
"react-dom": ">=16.11.0"
81+
},
82+
"publishConfig": {
83+
"access": "public"
8184
}
8285
}

0 commit comments

Comments
 (0)