Skip to content

Commit

Permalink
build: fix repository specification
Browse files Browse the repository at this point in the history
semantic-release seems to require the `.git` on the end for proper
recognition of the repository.
  • Loading branch information
Arcanemagus committed May 5, 2018
1 parent 7277eb2 commit c3a3885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Arcanemagus/check-peer-deps"
"url": "https://github.com/Arcanemagus/check-peer-deps.git"
},
"bugs": {
"url": "https://github.com/Arcanemagus/check-peer-deps/issues"
Expand Down

0 comments on commit c3a3885

Please # to comment.