Update readme and dependencies. This versino seems to create the

gamepad twice?
master
Kuba Orlik 5 years ago
parent 838b315798
commit b66a521764

@ -6,3 +6,4 @@ inputs to either keyboard keys or a simulated xbox 360 controller.
* inotify (from inotify-tools)
* evdev kernel module
* uinput kernel module
* node v10

17
package-lock.json generated

@ -729,12 +729,19 @@
}
},
"ioctl": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ioctl/-/ioctl-2.0.1.tgz",
"integrity": "sha1-6cBe4W5XVNfRWGvsWnNKgZEXWto=",
"version": "2.0.2",
"resolved": "http://localhost:4873/ioctl/-/ioctl-2.0.2.tgz",
"integrity": "sha1-IVQ/ZhyxsER2HL9yH13ea+CO0GA=",
"requires": {
"bindings": "^1.1.1",
"nan": "^2.3.2"
"bindings": "^1.5.0",
"nan": "^2.14.0"
},
"dependencies": {
"nan": {
"version": "2.14.0",
"resolved": "http://localhost:4873/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
}
}
},
"is-fullwidth-code-point": {

@ -11,7 +11,7 @@
"dependencies": {
"blessed": "^0.1.81",
"inquirer": "^6.2.2",
"ioctl": "^2.0.1",
"ioctl": "^2.0.2",
"linux-device": "^2.0.15",
"node-hid": "^0.7.7",
"react": "^16.8.6",

Loading…
Cancel
Save