Skip to content

Commit b3a1f48

Browse files
committed
Add repository metadata for npm provenance validation
1 parent 184e90e commit b3a1f48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "currency-localize",
33
"version": "0.1.0",
44
"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+
},
513
"type": "module",
614
"main": "./src/index.js",
715
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)