fix: add repository field for npm provenance

This commit is contained in:
KM Koushik
2026-01-18 22:08:26 +11:00
parent 4c4d150dba
commit 1b3b8f5751
+4
View File
@@ -2,6 +2,10 @@
"name": "usesend-js", "name": "usesend-js",
"version": "1.6.0", "version": "1.6.0",
"description": "", "description": "",
"repository": {
"type": "git",
"url": "https://github.com/usesend/useSend"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",