timer-hook
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "timer-hook", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An easy to use timer hook for React", | ||
@@ -10,3 +10,4 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/babel src --out-dir lib" | ||
"build": "./node_modules/.bin/babel src --out-dir lib", | ||
"prepublishOnly": "rm -rf lib && yarn build" | ||
}, | ||
@@ -13,0 +14,0 @@ "devDependencies": { |
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
3630