Update home/.local/bin/installx

Update home/.local/bin/package.json
This commit is contained in:
Brian Zalewski 2024-09-02 22:14:20 -04:00
parent 08bdb72eb3
commit f29275df85
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env zx
import osInfo from 'linux-os-info';
import parallelLimit from 'async/parallelLimit';
import { parallelLimit } from 'async-es';
$.verbose = false
// Preserves color from subshells

View file

@ -13,6 +13,6 @@
"license": "MIT",
"dependencies": {
"linux-os-info": "2.0.0",
"async": "3.2.6"
"async-es": "3.2.6"
}
}