@react-hookz/web
Advanced tools
Comparing version 1.20.2 to 1.20.3
@@ -0,1 +1,8 @@ | ||
## [1.20.3](https://github.com/react-hookz/web/compare/v1.20.2...v1.20.3) (2021-05-24) | ||
### Bug Fixes | ||
* mark package as side-effects free ([74d6f1c](https://github.com/react-hookz/web/commit/74d6f1ce4e1073171b24d69b3657131b3cd0afcc)) | ||
## [1.20.2](https://github.com/react-hookz/web/compare/v1.20.1...v1.20.2) (2021-05-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@react-hookz/web", | ||
"version": "1.20.2", | ||
"version": "1.20.3", | ||
"description": "React hooks done right, for browser and SSR.", | ||
@@ -31,2 +31,3 @@ "keywords": [ | ||
"types": "cjs/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -33,0 +34,0 @@ "build": "yarn build:cleanup && concurrently yarn:build:cjs yarn:build:esm yarn:build:esnext --kill-others-on-fail", |
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
146803