@usefy/use-toggle 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
@@ -384,26 +384,6 @@ Explore other hooks in the **@usefy** collection:
384
384
 
385
385
  ---
386
386
 
387
- ## Contributing
388
-
389
- We welcome contributions! Please see our [Contributing Guide](https://github.com/geon0529/usefy/blob/master/CONTRIBUTING.md) for details.
390
-
391
- ```bash
392
- # Clone the repository
393
- git clone https://github.com/geon0529/usefy.git
394
-
395
- # Install dependencies
396
- pnpm install
397
-
398
- # Run tests
399
- pnpm test
400
-
401
- # Build
402
- pnpm build
403
- ```
404
-
405
- ---
406
-
407
387
  ## License
408
388
 
409
389
  MIT © [mirunamu](https://github.com/geon0529)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-toggle",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "A React hook for boolean state management",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",