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 a907111 commit 57fcc31Copy full SHA for 57fcc31
.npmignore
@@ -11,7 +11,6 @@ build/
11
test/
12
bin/
13
CHANGELOG.md
14
-src/
15
docs/
16
public/
17
coverage/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-tooltip",
3
- "version": "5.1.1",
+ "version": "5.1.2",
4
"description": "react tooltip component",
5
"scripts": {
6
"dev": "node ./cli.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",
0 commit comments