@react-hookz/web
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
## [1.4.1](https://github.com/react-hookz/web/compare/v1.4.0...v1.4.1) (2021-04-16) | ||
### Bug Fixes | ||
* add types field to package json and tweak build ([8d64b9a](https://github.com/react-hookz/web/commit/8d64b9a1e240df938f177f565c0427b9bedfe934)) | ||
# [1.4.0](https://github.com/react-hookz/web/compare/v1.3.0...v1.4.0) (2021-04-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@react-hookz/web", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"license": "MIT", | ||
@@ -19,2 +19,3 @@ "repository": { | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -21,0 +22,0 @@ "build": "yarn build:cleanup && yarn build:tsc", |
<div align="center"> | ||
<h1>@react-hookz/web</h1> | ||
<h1><img src="./logo.png" alt="@react-hookz/web"></h1> | ||
<p> | ||
<img src="https://flat.badgen.net/npm/v/@react-hookz/web" alt="NPM Version"> | ||
<img src="https://flat.badgen.net/npm/dm/@react-hookz/web" alt="NPM Downloads"> | ||
<img src="https://flat.badgen.net/npm/dependents/@react-hookz/web" alt="NPM Dependents"> | ||
<img src="https://img.shields.io/github/workflow/status/react-hookz/web/CI?style=flat-square" alt="Build"> | ||
<img src="https://flat.badgen.net/codecov/c/github/react-hookz/web" alt="Coverage"> | ||
<img src="https://flat.badgen.net/bundlephobia/minzip/@react-hookz/web" alt="Minified bundle size"> | ||
<img src="https://flat.badgen.net/bundlephobia/tree-shaking/@react-hookz/web" alt="Tree shaking"> | ||
<a href="https://www.npmjs.com/package/@react-hookz/web"> | ||
<img src="https://flat.badgen.net/npm/v/@react-hookz/web" alt="NPM Version"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@react-hookz/web"> | ||
<img src="https://flat.badgen.net/npm/dm/@react-hookz/web" alt="NPM Downloads"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@react-hookz/web"> | ||
<img src="https://flat.badgen.net/npm/dependents/@react-hookz/web" alt="NPM Dependents"> | ||
</a> | ||
<a href="https://github.com/react-hookz/web/actions"> | ||
<img src="https://img.shields.io/github/workflow/status/react-hookz/web/CI?style=flat-square" alt="Build"> | ||
</a> | ||
<a href="https://app.codecov.io/gh/react-hookz/web"> | ||
<img src="https://flat.badgen.net/codecov/c/github/react-hookz/web" alt="Coverage"> | ||
</a> | ||
<a href="https://bundlephobia.com/result?p=@react-hookz/web"> | ||
<img src="https://flat.badgen.net/bundlephobia/minzip/@react-hookz/web" alt="Minified bundle size"> | ||
</a> | ||
<a href="https://bundlephobia.com/result?p=@react-hookz/web"> | ||
<img src="https://flat.badgen.net/bundlephobia/tree-shaking/@react-hookz/web" alt="Tree shaking"> | ||
</a> | ||
</p> | ||
@@ -12,0 +26,0 @@ </div> |
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
8141
29