use-mashing 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,9 +60,9 @@ function MyComponent() {
60
60
 
61
61
  ## Demo
62
62
 
63
- 👉 **[Try it here: https://nakataki.github.io/useMashing/](https://nakataki.github.io/useMashing/)**
63
+ 👉 **[Try it here: https://nakataki17.github.io/useMashing/](https://nakataki17.github.io/useMashing/)**
64
64
 
65
- [![useMashing Demo](https://img.shields.io/badge/demo-online-green.svg)](https://nakataki.github.io/useMashing/)
65
+ [![useMashing Demo](https://img.shields.io/badge/demo-online-green.svg)](https://nakataki17.github.io/useMashing/)
66
66
 
67
67
  ## License
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-mashing",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A hook for detecting multiple repeated clicks/taps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",