@usefy/use-session-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
|
@@ -523,26 +523,6 @@ Explore other hooks in the **@usefy** collection:
|
|
|
523
523
|
|
|
524
524
|
---
|
|
525
525
|
|
|
526
|
-
## Contributing
|
|
527
|
-
|
|
528
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
|
|
529
|
-
|
|
530
|
-
```bash
|
|
531
|
-
# Clone the repository
|
|
532
|
-
git clone https://github.com/geon0529/usefy.git
|
|
533
|
-
|
|
534
|
-
# Install dependencies
|
|
535
|
-
pnpm install
|
|
536
|
-
|
|
537
|
-
# Run tests
|
|
538
|
-
pnpm test
|
|
539
|
-
|
|
540
|
-
# Build
|
|
541
|
-
pnpm build
|
|
542
|
-
```
|
|
543
|
-
|
|
544
|
-
---
|
|
545
|
-
|
|
546
526
|
## License
|
|
547
527
|
|
|
548
528
|
MIT © [mirunamu](https://github.com/geon0529)
|