use-mashing 1.0.0 → 1.0.1

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -58,6 +58,12 @@ function MyComponent() {
58
58
  - 軽量(依存関係なし)
59
59
  - React 16.8以上で動作
60
60
 
61
+ ## Demo
62
+
63
+ 👉 **[Try it here: https://nakataki.github.io/useMashing/](https://nakataki.github.io/useMashing/)**
64
+
65
+ [![useMashing Demo](https://img.shields.io/badge/demo-online-green.svg)](https://nakataki.github.io/useMashing/)
66
+
61
67
  ## License
62
68
 
63
69
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-mashing",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A hook for detecting multiple repeated clicks/taps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -32,7 +32,7 @@
32
32
  "license": "MIT",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/nakataki/useMashing.git"
35
+ "url": "git+https://github.com/nakataki17/useMashing.git"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18.0.0"