Skip to content

Commit

Permalink
build: fix repository.url in package.json (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 7, 2024
1 parent 8dc99fa commit c34e15a
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 @@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/electron/windows-installer"
"url": "git+https://github.com/electron/windows-installer.git"
},
"files": [
"lib",
Expand Down

0 comments on commit c34e15a

Please sign in to comment.