Skip to content

Commit 066c948

Browse files
committed
chore: standardize package metadata
1 parent 84e96c0 commit 066c948

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
@@ -8,13 +8,13 @@
88
"react-mentions",
99
"mentions"
1010
],
11-
"homepage": "http://github.com/react-component/mentions",
11+
"homepage": "https://react-component.github.io/mentions",
1212
"bugs": {
13-
"url": "http://github.com/react-component/mentions/issues"
13+
"url": "https://github.com/react-component/mentions/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git@github.com:react-component/mentions.git"
17+
"url": "https://github.com/react-component/mentions.git"
1818
},
1919
"license": "MIT",
2020
"main": "./lib/index",
@@ -82,5 +82,8 @@
8282
"peerDependencies": {
8383
"react": ">=16.9.0",
8484
"react-dom": ">=16.9.0"
85+
},
86+
"publishConfig": {
87+
"access": "public"
8588
}
8689
}

0 commit comments

Comments
 (0)