Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dejurin committed May 24, 2024
1 parent cf13029 commit 2a7445e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![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)

This library converts numbers to english words, supporting both general numeric values and monetary values with customizable currency and minor units.
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.

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

Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qit.tools/number-to-words",
"version": "0.0.3",
"description": "This library converts numbers to english words, supporting both general numeric values and monetary values with customizable currency and minor units.",
"version": "0.0.5",
"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.",
"types": "./dist/esnext/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -57,7 +57,17 @@
},
"homepage": "https://qit.tools/converters/number/to-words/",
"keywords": [
"remove"
"to words",
"number to words",
"number to words currency",
"international number to words",
"international number to words currency",
"convert-numbers",
"i18n",
"converter",
"number",
"word",
"currency"
],
"bugs": {
"url": "https://github.com/Qit-tools/number-to-words/issues"
Expand Down

0 comments on commit 2a7445e

Please sign in to comment.