@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.
Files changed (2) hide show
  1. package/README.md +0 -20
  2. 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-session-storage",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "A React hook for persisting state in sessionStorage",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",