mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Add explicit dependency on electron with a pinned version for GDJS Electron export
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
"description": "GDJS_GAME_NAME",
|
||||
"author": "GDJS_GAME_AUTHOR",
|
||||
"version": "GDJS_GAME_VERSION",
|
||||
"dependencies": {}
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"electron": "2.0.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user