use-count-up
Advanced tools
Comparing version 2.2.6 to 2.3.0
# Change Log | ||
## 2.3.0 (Jan 15th, 2021) | ||
**Implemented enhancements:** | ||
- feat: add list of supported browsers to package.json | ||
## 2.2.6 (Jan 12th, 2021) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "use-count-up", | ||
"version": "2.2.6", | ||
"version": "2.3.0", | ||
"description": "React/React Native component and hook to animate counting up or down to a number", | ||
@@ -61,3 +61,3 @@ "main": "lib/index.js", | ||
"@testing-library/react": "11.2.2", | ||
"@testing-library/react-hooks": "4.0.0", | ||
"@testing-library/react-hooks": "5.0.0", | ||
"@types/jest": "26.0.19", | ||
@@ -85,3 +85,8 @@ "@types/node": "12.19.11", | ||
"lib" | ||
], | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
] | ||
} |
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
80793