We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e96c0 commit 066c948Copy full SHA for 066c948
1 file changed
package.json
@@ -8,13 +8,13 @@
8
"react-mentions",
9
"mentions"
10
],
11
- "homepage": "http://github.com/react-component/mentions",
+ "homepage": "https://react-component.github.io/mentions",
12
"bugs": {
13
- "url": "http://github.com/react-component/mentions/issues"
+ "url": "https://github.com/react-component/mentions/issues"
14
},
15
"repository": {
16
"type": "git",
17
- "url": "git@github.com:react-component/mentions.git"
+ "url": "https://github.com/react-component/mentions.git"
18
19
"license": "MIT",
20
"main": "./lib/index",
@@ -82,5 +82,8 @@
82
"peerDependencies": {
83
"react": ">=16.9.0",
84
"react-dom": ">=16.9.0"
85
+ },
86
+ "publishConfig": {
87
+ "access": "public"
88
}
89
0 commit comments