Skip to content

Commit

Permalink
build: fix repository.url in package.json (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 7, 2024
1 parent 03b8419 commit 9495fc3
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 @@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/electron/universal.git"
"url": "git+https://github.com/electron/universal.git"
},
"engines": {
"node": ">=16.4"
Expand Down

0 comments on commit 9495fc3

Please sign in to comment.