fix: add repository field for npm provenance
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user