use-elapsed-time
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "use-elapsed-time", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "React hook to measure elapsed time using requestAnimationFrame", | ||
@@ -13,3 +13,2 @@ "main": "./lib/index.js", | ||
"build": "webpack", | ||
"prepare": "install-peers", | ||
"test": "jest --config jestconfig.json", | ||
@@ -50,3 +49,3 @@ "test-watch": "jest --watch", | ||
"codecov": "^3.6.1", | ||
"install-peers-cli": "^2.1.1", | ||
"react": ">=16.8.0", | ||
"jest": "^25.4.0", | ||
@@ -53,0 +52,0 @@ "path": "^0.12.7", |
9320