@usefy/use-click-any-where 0.0.14 → 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
|
@@ -424,26 +424,6 @@ Explore other hooks in the **@usefy** collection:
|
|
|
424
424
|
|
|
425
425
|
---
|
|
426
426
|
|
|
427
|
-
## Contributing
|
|
428
|
-
|
|
429
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
|
|
430
|
-
|
|
431
|
-
```bash
|
|
432
|
-
# Clone the repository
|
|
433
|
-
git clone https://github.com/geon0529/usefy.git
|
|
434
|
-
|
|
435
|
-
# Install dependencies
|
|
436
|
-
pnpm install
|
|
437
|
-
|
|
438
|
-
# Run tests
|
|
439
|
-
pnpm test
|
|
440
|
-
|
|
441
|
-
# Build
|
|
442
|
-
pnpm build
|
|
443
|
-
```
|
|
444
|
-
|
|
445
|
-
---
|
|
446
|
-
|
|
447
427
|
## License
|
|
448
428
|
|
|
449
429
|
MIT © [mirunamu](https://github.com/geon0529)
|