number-kit.js 0.2.3 → 0.2.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ Comprehensive — Handles NaN, Infinity, -0, BigInt, numeric strings, and more
33
33
 
34
34
  ## Installation
35
35
  ```javascript
36
- npm install number-kit
36
+ npm install number-kit.js
37
37
  ```
38
38
 
39
39
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "number-kit.js",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Modern toolkit for JavaScript and TypeScript numeric semantics",
5
5
  "keywords": [
6
6
  "number",