currency-words 1.0.0 → 1.0.2

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "currency-words",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Convert numeric currency amounts to words. Supports 15-digit numbers, decimal points, and 30+ countries/currencies.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -21,10 +21,6 @@
21
21
  ],
22
22
  "author": "",
23
23
  "license": "MIT",
24
- "repository": {
25
- "type": "git",
26
- "url": "git+https://github.com/esubshaik/currency-words.git"
27
- },
28
24
  "engines": {
29
25
  "node": ">=12.0.0"
30
26
  }