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 30a031b commit 8d71cd4Copy full SHA for 8d71cd4
package.json
@@ -2,6 +2,7 @@
2
"name": "react-tooltip",
3
"version": "4.3.0",
4
"description": "react tooltip component",
5
+ "private": false,
6
"main": "dist/index.js",
7
"types": "dist/react-tooltip.d.ts",
8
"module": "dist/index.es.js",
@@ -33,17 +34,14 @@
33
34
"path": "node_modules/cz-conventional-changelog"
35
}
36
},
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/wwayne/react-tooltip"
39
- },
+ "repository": "https://github.com/ReactTooltip/react-tooltip",
40
"keywords": [
41
"react",
42
"react-component",
43
"tooltip",
44
"react-tooltip"
45
],
46
- "author": "wwayne",
+ "author": "ReactTooltip",
47
"license": "MIT",
48
"bugs": {
49
"url": "https://github.com/wwayne/react-tooltip/issues"
0 commit comments