Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "async-exec", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Promise based exec", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ # Async-Exec | ||
await exec(`osascript -e "set volume ${scaledVolume}"`); | ||
const tsFiles = await execCommand(`find . -name "*.ts"`); | ||
const tsFiles = await exec(`find . -name "*.ts"`); | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20281