@usefy/use-local-storage 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
|
@@ -499,26 +499,6 @@ Explore other hooks in the **@usefy** collection:
|
|
|
499
499
|
|
|
500
500
|
---
|
|
501
501
|
|
|
502
|
-
## Contributing
|
|
503
|
-
|
|
504
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
|
|
505
|
-
|
|
506
|
-
```bash
|
|
507
|
-
# Clone the repository
|
|
508
|
-
git clone https://github.com/geon0529/usefy.git
|
|
509
|
-
|
|
510
|
-
# Install dependencies
|
|
511
|
-
pnpm install
|
|
512
|
-
|
|
513
|
-
# Run tests
|
|
514
|
-
pnpm test
|
|
515
|
-
|
|
516
|
-
# Build
|
|
517
|
-
pnpm build
|
|
518
|
-
```
|
|
519
|
-
|
|
520
|
-
---
|
|
521
|
-
|
|
522
502
|
## License
|
|
523
503
|
|
|
524
504
|
MIT © [mirunamu](https://github.com/geon0529)
|
package/package.json
CHANGED