@usefy/use-debounce 0.0.13 → 0.0.15

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 +0 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -413,26 +413,6 @@ Explore other hooks in the **@usefy** collection:
413
413
 
414
414
  ---
415
415
 
416
- ## Contributing
417
-
418
- We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
419
-
420
- ```bash
421
- # Clone the repository
422
- git clone https://github.com/geon0529/usefy.git
423
-
424
- # Install dependencies
425
- pnpm install
426
-
427
- # Run tests
428
- pnpm test
429
-
430
- # Build
431
- pnpm build
432
- ```
433
-
434
- ---
435
-
436
416
  ## License
437
417
 
438
418
  MIT © [mirunamu](https://github.com/geon0529)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-debounce",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "A React hook for value debouncing with leading/trailing edge and maxWait options",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",