We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184e90e commit b3a1f48Copy full SHA for b3a1f48
package.json
@@ -2,6 +2,14 @@
2
"name": "currency-localize",
3
"version": "0.1.0",
4
"description": "Fowler-style Money value object for JS with country->currency resolution and locale-safe formatting.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/akshaymagapu/currency-localize"
8
+ },
9
+ "homepage": "https://github.com/akshaymagapu/currency-localize#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/akshaymagapu/currency-localize/issues"
12
13
"type": "module",
14
"main": "./src/index.js",
15
"types": "./src/index.d.ts",
0 commit comments