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 f952195 commit 477d355Copy full SHA for 477d355
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-popper-tooltip",
3
- "version": "2.5.0",
+ "version": "2.5.1",
4
"description": "React tooltip library built around react-popper",
5
"homepage": "https://mohsinulhaq.github.io/react-popper-tooltip",
6
"repository": {
@@ -133,5 +133,7 @@
133
"rollup-plugin-size-snapshot": "^0.7.0",
134
"rollup-plugin-terser": "^3.0.0"
135
},
136
- "sideEffects": ["*.css"]
+ "sideEffects": [
137
+ "*.css"
138
+ ]
139
}
0 commit comments