Update home/.local/bin/installx
Update home/.local/bin/package.json
This commit is contained in:
parent
08bdb72eb3
commit
f29275df85
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env zx
|
#!/usr/bin/env zx
|
||||||
import osInfo from 'linux-os-info';
|
import osInfo from 'linux-os-info';
|
||||||
import parallelLimit from 'async/parallelLimit';
|
import { parallelLimit } from 'async-es';
|
||||||
|
|
||||||
$.verbose = false
|
$.verbose = false
|
||||||
// Preserves color from subshells
|
// Preserves color from subshells
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"linux-os-info": "2.0.0",
|
"linux-os-info": "2.0.0",
|
||||||
"async": "3.2.6"
|
"async-es": "3.2.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue