Skip to content

Commit 76b2057

Browse files
authored
build: fix repository.url in package.json (#88)
1 parent 39364de commit 76b2057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/electron/node-minidump.git"
10+
"url": "git+https://github.com/electron/node-minidump.git"
1111
},
1212
"engines": {
1313
"node": ">=14"

0 commit comments

Comments
 (0)