build: fix repository.url in package.json (#108)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user