quantible 0.1.5 → 0.1.6

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 +2 -5
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Quantible - Convert Numbers and Quantities to Spoken Words
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/quantible)](https://www.npmjs.com/package/quantible)
4
- [![Version](https://img.shields.io/badge/version-0.1.5-blue)](https://www.npmjs.com/package/quantible)
4
+ [![Version](https://img.shields.io/badge/version-0.1.6-blue)](https://www.npmjs.com/package/quantible)
5
5
  [![License](https://img.shields.io/npm/l/quantible)](https://github.com/rinaldowouterson/quantible/blob/main/LICENSE)
6
6
  [![bundlephobia](https://badgen.net/bundlephobia/minzip/quantible)](https://bundlephobia.com/package/quantible)
7
7
 
@@ -157,11 +157,8 @@ We welcome contributions to Quantible! Please see [CONTRIBUTING.md](CONTRIBUTING
157
157
 
158
158
  ## License
159
159
 
160
- MIT
161
-
162
- ## License File
160
+ [![License](https://img.shields.io/npm/l/quantible)](https://github.com/rinaldowouterson/quantible/blob/main/LICENSE)
163
161
 
164
- ```plaintext
165
162
  MIT License
166
163
 
167
164
  Copyright (c) 2025 rinaldowouterson
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quantible",
3
3
  "description": "A versatile library for extracting and converting numerical values, units, currency, and mathematical expressions into their spoken word equivalents.",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -44,8 +44,11 @@
44
44
  "numerical values"
45
45
  ],
46
46
  "author": "rinaldowouterson",
47
- "license": "ISC",
48
- "repository": "https://github.com/rinaldowouterson/quantible",
47
+ "license": "MIT",
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "git+https://github.com/rinaldowouterson/quantible.git"
51
+ },
49
52
  "homepage": "https://github.com/rinaldowouterson/quantible#readme",
50
53
  "publishConfig": {
51
54
  "access": "public"