Skip to content

Commit c3a3885

Browse files
committed
build: fix repository specification
semantic-release seems to require the `.git` on the end for proper recognition of the repository.
1 parent 7277eb2 commit c3a3885

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
@@ -9,7 +9,7 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/Arcanemagus/check-peer-deps"
12+
"url": "https://github.com/Arcanemagus/check-peer-deps.git"
1313
},
1414
"bugs": {
1515
"url": "https://github.com/Arcanemagus/check-peer-deps/issues"

0 commit comments

Comments
 (0)