Updates dependencies.
This commit is contained in:
parent
57804f3ce8
commit
5262138c94
2
index.js
2
index.js
@ -19,7 +19,7 @@ function checkRoot() {
|
||||
};
|
||||
|
||||
if (!checkRoot()) {
|
||||
log("Please run ass root", "error");
|
||||
log(`Please run ass root (Current UID = ${process.getuid()}, Need UID = 0)`, "error");
|
||||
process.exit(1);
|
||||
};
|
||||
|
||||
|
1044
package-lock.json
generated
1044
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pongoos-cmd-sender",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Send command to a device connected and running pongOS.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@ -13,6 +13,6 @@
|
||||
"url": "https://github.com/Yaya48/pongoOS-Controller/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"usb": "^1.7.0"
|
||||
"usb": "^1.9.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user