@buildinams/use-match-media
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -23,3 +23,3 @@ # How to contribute | ||
All tests are performed using `jest` on Node v14, v16 and v18. For a PR to be considered all these environments need to pass. Testing is automated using GitHu Actions CI. | ||
All tests are performed using `jest` on Node v16 and v18. For a PR to be considered all these environments need to pass. Testing is automated using GitHu Actions CI. | ||
@@ -26,0 +26,0 @@ To run tests locally, run: |
{ | ||
"name": "@buildinams/use-match-media", | ||
"description": "Stateful hook that uses the matchMedia API.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
"author": "Build in Amsterdam <development@buildinamsterdam.com> (https://www.buildinamsterdam.com/)", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"homepage": "https://github.com/buildinamsterdam/use-match-media#readme", | ||
@@ -10,0 +10,0 @@ "repository": { |
@@ -71,9 +71,9 @@ # use-match-media | ||
Found an issue? Want a new feature? Get involved! Please contribute using our guideline [here](https://github.com/buildinamsterdam/PACKAGE-NAME/blob/main/CONTRIBUTING.md). | ||
Found an issue? Want a new feature? Get involved! Please contribute using our guideline [here](https://github.com/buildinamsterdam/use-match-media/blob/main/CONTRIBUTING.md). | ||
[npm-image]: https://img.shields.io/npm/v/@buildinams/use-match-media.svg?style=flat-square&logo=react | ||
[npm-url]: https://npmjs.org/package/@buildinams/use-match-media | ||
[ci-image]: https://github.com/buildinamsterdam/use-match-media/workflows/test/badge.svg | ||
[ci-image]: https://github.com/buildinamsterdam/use-match-media/actions/workflows/test.yml/badge.svg | ||
[ci-url]: https://github.com/buildinamsterdam/use-match-media/actions | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@buildinams/use-match-media.svg | ||
[npm-downloads-url]: https://npmcharts.com/compare/@buildinams/use-match-media?minimal=true |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
16487