use-double-click
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,4 +5,8 @@ # Changelog | ||
## [1.0.5] - 2019-08-6 | ||
Add testing suite | ||
## [1.0.0] - 2019-08-5 | ||
Initial Release |
{ | ||
"name": "use-double-click", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A simple React hook for differentiating single and double clicks on the same component.", | ||
@@ -28,2 +28,5 @@ "author": "Tim Ellenberger <timellenberger@gmail.com>", | ||
"scripts": { | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"coverage": "codecov", | ||
"build": "rollup -c", | ||
@@ -60,3 +63,7 @@ "start": "rollup -c -w", | ||
"@babel/preset-react": "^7.0.0", | ||
"@testing-library/jest-dom": "^4.0.0", | ||
"@testing-library/react": "^8.0.7", | ||
"babel-eslint": "10.0.2", | ||
"babel-polyfill": "^6.26.0", | ||
"codecov": "^3.5.0", | ||
"cross-env": "^5.2.0", | ||
@@ -72,2 +79,3 @@ "eslint": "^5.16.0", | ||
"husky": "^3.0.0", | ||
"jest": "^24.8.0", | ||
"lint-staged": "^9.2.0", | ||
@@ -74,0 +82,0 @@ "prettier": "^1.18.2", |
@@ -7,2 +7,4 @@ # use-double-click | ||
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=popout-square) | ||
[![Codecov](https://img.shields.io/codecov/c/github/tim-soft/use-double-click?style=flat-square)](https://codecov.io/gh/tim-soft/use-double-click) | ||
[![Travis (.org)](https://img.shields.io/travis/tim-soft/use-double-click?style=flat-square)](https://travis-ci.org/tim-soft/use-double-click) | ||
@@ -9,0 +11,0 @@ use-double-click is a simple React hook for differentiating single and double clicks on the same component. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14035
62
31