Skip to content

Commit 36d74e6

Browse files
RoyLinRoyLin
authored andcommitted
chore(sdk/ts): normalize repository.url for npm (git+https)
1 parent 8c411e0 commit 36d74e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/A3S-Lab/Sentry"
8+
"url": "git+https://github.com/A3S-Lab/Sentry.git"
99
},
1010
"main": "index.js",
1111
"types": "index.d.ts",

0 commit comments

Comments
 (0)