@react-hookz/web
Advanced tools
Comparing version 1.20.3 to 1.20.4
@@ -0,1 +1,8 @@ | ||
## [1.20.4](https://github.com/react-hookz/web/compare/v1.20.3...v1.20.4) (2021-05-24) | ||
### Bug Fixes | ||
* add `module` field to package.json so bundlers use proper version ([b0119ce](https://github.com/react-hookz/web/commit/b0119ce2a68af5cb2a40a224074425525bc0f73b)) | ||
## [1.20.3](https://github.com/react-hookz/web/compare/v1.20.2...v1.20.3) (2021-05-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@react-hookz/web", | ||
"version": "1.20.3", | ||
"version": "1.20.4", | ||
"description": "React hooks done right, for browser and SSR.", | ||
@@ -31,2 +31,3 @@ "keywords": [ | ||
"types": "cjs/index.d.ts", | ||
"module": "esm/index.js", | ||
"sideEffects": false, | ||
@@ -33,0 +34,0 @@ "scripts": { |
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
147100