@usefy/use-copy-to-clipboard 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
|
@@ -458,26 +458,6 @@ Explore other hooks in the **@usefy** collection:
|
|
|
458
458
|
|
|
459
459
|
---
|
|
460
460
|
|
|
461
|
-
## Contributing
|
|
462
|
-
|
|
463
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
|
|
464
|
-
|
|
465
|
-
```bash
|
|
466
|
-
# Clone the repository
|
|
467
|
-
git clone https://github.com/geon0529/usefy.git
|
|
468
|
-
|
|
469
|
-
# Install dependencies
|
|
470
|
-
pnpm install
|
|
471
|
-
|
|
472
|
-
# Run tests
|
|
473
|
-
pnpm test
|
|
474
|
-
|
|
475
|
-
# Build
|
|
476
|
-
pnpm build
|
|
477
|
-
```
|
|
478
|
-
|
|
479
|
-
---
|
|
480
|
-
|
|
481
461
|
## License
|
|
482
462
|
|
|
483
463
|
MIT © [mirunamu](https://github.com/geon0529)
|