Skip to content

Commit 2a7445e

Browse files
committed
0.0.5
1 parent cf13029 commit 2a7445e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Test status](https://github.com/Qit-tools/number-to-words/workflows/Node_CI/badge.svg)](https://github.com/Qit-tools/number-to-words/actions/workflows/node.js.yml)
44

5-
This library converts numbers to english words, supporting both general numeric values and monetary values with customizable currency and minor units.
5+
This tiny library (🪶 1.4 KB) converts numbers to English words, supporting both general numeric values and monetary values with customizable currency and minor units.
66

77
👀 [DEMO](https://qit.tools/converters/number/to-words/)
88

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qit.tools/number-to-words",
3-
"version": "0.0.3",
4-
"description": "This library converts numbers to english words, supporting both general numeric values and monetary values with customizable currency and minor units.",
3+
"version": "0.0.5",
4+
"description": "This tiny library (🪶 1.4 KB) converts numbers to English words, supporting both general numeric values and monetary values with customizable currency and minor units.",
55
"types": "./dist/esnext/index.d.ts",
66
"exports": {
77
".": {
@@ -57,7 +57,17 @@
5757
},
5858
"homepage": "https://qit.tools/converters/number/to-words/",
5959
"keywords": [
60-
"remove"
60+
"to words",
61+
"number to words",
62+
"number to words currency",
63+
"international number to words",
64+
"international number to words currency",
65+
"convert-numbers",
66+
"i18n",
67+
"converter",
68+
"number",
69+
"word",
70+
"currency"
6171
],
6272
"bugs": {
6373
"url": "https://github.com/Qit-tools/number-to-words/issues"

0 commit comments

Comments
 (0)