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.
- package/README.md +2 -5
- 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
|
[](https://www.npmjs.com/package/quantible)
|
|
4
|
-
[](https://www.npmjs.com/package/quantible)
|
|
5
5
|
[](https://github.com/rinaldowouterson/quantible/blob/main/LICENSE)
|
|
6
6
|
[](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
|
-
|
|
161
|
-
|
|
162
|
-
## License File
|
|
160
|
+
[](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.
|
|
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": "
|
|
48
|
-
"repository":
|
|
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"
|