@usefy/use-toggle 0.0.28 → 0.0.29

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 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -364,19 +364,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
364
364
 
365
365
  </details>
366
366
 
367
- ### Running Tests
368
-
369
- ```bash
370
- # Run all tests
371
- pnpm test
372
-
373
- # Run tests in watch mode
374
- pnpm test:watch
375
-
376
- # Run tests with coverage report
377
- pnpm test --coverage
378
- ```
379
-
380
367
  ---
381
368
 
382
369
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-toggle",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "A React hook for boolean state management",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",