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": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/electron/universal.git" "url": "git+https://github.com/electron/universal.git"
}, },
"engines": { "engines": {
"node": ">=16.4" "node": ">=16.4"