build: fix repository.url in package.json (#108)

This commit is contained in:
David Sanders
2024-09-07 12:55:50 -07:00
committed by GitHub
parent 03b841956e
commit 9495fc3840

View File

@@ -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"