Skip to content

Commit 477d355

Browse files
committed
2.5.1
1 parent f952195 commit 477d355

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper-tooltip",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "React tooltip library built around react-popper",
55
"homepage": "https://mohsinulhaq.github.io/react-popper-tooltip",
66
"repository": {
@@ -133,5 +133,7 @@
133133
"rollup-plugin-size-snapshot": "^0.7.0",
134134
"rollup-plugin-terser": "^3.0.0"
135135
},
136-
"sideEffects": ["*.css"]
136+
"sideEffects": [
137+
"*.css"
138+
]
137139
}

0 commit comments

Comments
 (0)