diff --git a/GDJS/Runtime/Cordova/config.xml b/GDJS/Runtime/Cordova/config.xml index 5d681641697a..0259d2eee14e 100644 --- a/GDJS/Runtime/Cordova/config.xml +++ b/GDJS/Runtime/Cordova/config.xml @@ -63,4 +63,8 @@ + + + \ No newline at end of file diff --git a/GDJS/Runtime/Cordova/package.json b/GDJS/Runtime/Cordova/package.json index a585e7c78581..d745868efd05 100644 --- a/GDJS/Runtime/Cordova/package.json +++ b/GDJS/Runtime/Cordova/package.json @@ -1,22 +1,14 @@ { - "name": "GDJS_GAME_MANGLED_NAME", - "displayName": "GDJS_GAME_NAME", - "version": "GDJS_GAME_VERSION", - "description": "GDJS_GAME_NAME", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "ecosystem:cordova" - ], - "author": "GDJS_GAME_AUTHOR", - "devDependencies": { - "cordova-plugin-ionic-webview": "5.0.0" - }, - "cordova": { - "plugins": { - "cordova-plugin-ionic-webview": {} - } - } + "name": "GDJS_GAME_MANGLED_NAME", + "displayName": "GDJS_GAME_NAME", + "version": "GDJS_GAME_VERSION", + "description": "GDJS_GAME_NAME", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "GDJS_GAME_AUTHOR" }