Skip to content

Commit a732f0f

Browse files
committed
chore: standardize package metadata
1 parent a5baaab commit a732f0f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react-tree-select",
99
"tree-select"
1010
],
11-
"homepage": "https://github.com/react-component/tree-select",
11+
"homepage": "https://react-component.github.io/tree-select",
1212
"bugs": {
1313
"url": "https://github.com/react-component/tree-select/issues"
1414
},
@@ -82,5 +82,8 @@
8282
"peerDependencies": {
8383
"react": "*",
8484
"react-dom": "*"
85+
},
86+
"publishConfig": {
87+
"access": "public"
8588
}
8689
}

0 commit comments

Comments
 (0)