Skip to content

Commit

Permalink
Package got updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAKSS committed Sep 12, 2020
1 parent 45e385c commit bf629ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ then to use it within your application you can do it just like this:
ConvertNumbers('۱۲۳۴۵۶۷۸۹۰') // It will return 1234567890 in string format.
// If you don't provide any input it will return undefined.
```

## Demo

You can check the [working demo](https://runkit.com/smakss/convert-numbers) in runkit.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smakss/convert-numbers",
"version": "1.1.3",
"version": "1.1.4",
"description": "This package exists to convert Arabic and Persian numbers to their English equivalent to avoiding data inconsistency.",
"type": "module",
"main": "./index.cjs",
Expand Down

0 comments on commit bf629ed

Please sign in to comment.