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 8c36b9f commit cea084bCopy full SHA for cea084b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-popper-tooltip",
3
- "version": "2.7.0",
+ "version": "2.7.2",
4
"description": "React tooltip library built around react-popper",
5
"homepage": "https://mohsinulhaq.github.io/react-popper-tooltip/",
6
"repository": {
@@ -23,7 +23,7 @@
23
],
24
"scripts": {
25
"build": "rimraf dist lib && rollup -c && cp src/styles.css dist",
26
- "prepublishOnly": "yarn lint && yarn build",
+ "prepublishOnly": "yarn lint && yarn test && yarn build",
27
"docs": "docz dev",
28
"docs:build": "docz build",
29
"docs:deploy": "yarn docs:build && cp .docz/dist/index.html .docz/dist/404.html && gh-pages -d .docz/dist",
0 commit comments