@usefy/use-debounce-callback 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.
- package/README.md +0 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -436,26 +436,6 @@ Explore other hooks in the **@usefy** collection:
|
|
|
436
436
|
|
|
437
437
|
---
|
|
438
438
|
|
|
439
|
-
## Contributing
|
|
440
|
-
|
|
441
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
|
|
442
|
-
|
|
443
|
-
```bash
|
|
444
|
-
# Clone the repository
|
|
445
|
-
git clone https://github.com/geon0529/usefy.git
|
|
446
|
-
|
|
447
|
-
# Install dependencies
|
|
448
|
-
pnpm install
|
|
449
|
-
|
|
450
|
-
# Run tests
|
|
451
|
-
pnpm test
|
|
452
|
-
|
|
453
|
-
# Build
|
|
454
|
-
pnpm build
|
|
455
|
-
```
|
|
456
|
-
|
|
457
|
-
---
|
|
458
|
-
|
|
459
439
|
## License
|
|
460
440
|
|
|
461
441
|
MIT © [mirunamu](https://github.com/geon0529)
|