Skip to content

Commit a84c96c

Browse files
committed
chore: standardize package metadata
1 parent 7f3835a commit a84c96c

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
"ui",
1010
"react-menu"
1111
],
12-
"homepage": "http://github.com/react-component/menu",
12+
"homepage": "https://react-component.github.io/menu",
1313
"bugs": {
14-
"url": "http://github.com/react-component/menu/issues"
14+
"url": "https://github.com/react-component/menu/issues"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git@github.com:react-component/menu.git"
18+
"url": "https://github.com/react-component/menu.git"
1919
},
2020
"license": "MIT",
2121
"maintainers": [
@@ -83,5 +83,8 @@
8383
},
8484
"lint-staged": {
8585
"*": "prettier --write --ignore-unknown"
86+
},
87+
"publishConfig": {
88+
"access": "public"
8689
}
8790
}

0 commit comments

Comments
 (0)