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 #!/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

View file

@ -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"
} }
} }