Update gamepad plugin

This commit is contained in:
OleSTEEP 2024-03-23 11:32:04 +03:00
parent a793af35ac
commit bed8aa8aa3
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -291,7 +291,7 @@
}, },
"node_modules/cordova-plugin-gamepad": { "node_modules/cordova-plugin-gamepad": {
"version": "0.3.2", "version": "0.3.2",
"resolved": "git+ssh://git@github.com/OleSTEEP/cordova-plugin-gamepad.git#1ea666b6407edf927b99858021c6b22098b269e5", "resolved": "git+ssh://git@github.com/OleSTEEP/cordova-plugin-gamepad.git#b454b90b773ec584ec9fa47baebd13f860c7561d",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View file

@ -27,11 +27,11 @@
"plugins": { "plugins": {
"cordova-plugin-fullscreen": {}, "cordova-plugin-fullscreen": {},
"cordova-plugin-insomnia": {}, "cordova-plugin-insomnia": {},
"cordova-plugin-gamepad": {},
"cordova-plugin-file": { "cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0" "ANDROIDX_WEBKIT_VERSION": "1.4.0"
}, },
"cordova-plugin-android-permissions": {} "cordova-plugin-android-permissions": {},
"cordova-plugin-gamepad": {}
} }
} }
} }