@react-hookz/web
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -1,2 +0,2 @@ | ||
## [1.7.2](https://github.com/react-hookz/web/compare/v1.7.1...v1.7.2) (2021-04-24) | ||
## [1.7.3](https://github.com/react-hookz/web/compare/v1.7.2...v1.7.3) (2021-04-24) | ||
@@ -6,5 +6,12 @@ | ||
* lint issues auto-fix with ESLint ([11b9a07](https://github.com/react-hookz/web/commit/11b9a07fe6f23a305a0581d0e05bf93f55ca53a2)) | ||
* replace husky v6 with husky v4 as v5+ ruins CI lint autofix ([a50955a](https://github.com/react-hookz/web/commit/a50955a44d9fe0d7a90cc481f7d0f2855f708d9a)) | ||
* better not to split declarations from files ([c6a2d92](https://github.com/react-hookz/web/commit/c6a2d9210e7886f490973994da12c3bb88c09020)) | ||
* lint issues auto-fix with ESLint ([63bf8e2](https://github.com/react-hookz/web/commit/63bf8e26878a705e632c185f3bf6a2232633be19)) | ||
## [1.7.2](https://github.com/react-hookz/web/compare/v1.7.1...v1.7.2) (2021-04-24) | ||
### Bug Fixes | ||
- lint issues auto-fix with ESLint ([11b9a07](https://github.com/react-hookz/web/commit/11b9a07fe6f23a305a0581d0e05bf93f55ca53a2)) | ||
- replace husky v6 with husky v4 as v5+ ruins CI lint autofix ([a50955a](https://github.com/react-hookz/web/commit/a50955a44d9fe0d7a90cc481f7d0f2855f708d9a)) | ||
## [1.7.1](https://github.com/react-hookz/web/compare/v1.7.0...v1.7.1) (2021-04-23) | ||
@@ -11,0 +18,0 @@ |
{ | ||
"name": "@react-hookz/web", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "React hooks done right, for browser and SSR.", | ||
@@ -26,4 +26,3 @@ "keywords": [ | ||
"esm", | ||
"esnext", | ||
"types" | ||
"esnext" | ||
], | ||
@@ -38,3 +37,3 @@ "main": "cjs/index.js", | ||
"build:esm": "tsc -p ./tsconfig.build.json --module ES6 --target ES5 --outDir ./esm", | ||
"build:esnext": "tsc -p ./tsconfig.build.json --module ESNext --target ESNext --outDir ./esnext --declaration --declarationDir ./types", | ||
"build:esnext": "tsc -p ./tsconfig.build.json --module ESNext --target ESNext --outDir ./esnext", | ||
"test": "jest", | ||
@@ -41,0 +40,0 @@ "test:coverage": "yarn test --coverage", |
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
32853
57
511