await-shell
Advanced tools
Comparing version 1.25.0 to 1.26.0
{ | ||
"name": "await-shell", | ||
"version": "1.25.0", | ||
"version": "1.26.0", | ||
"description": "Execute bash commands with non-blocking I/O.", | ||
@@ -8,3 +8,9 @@ "scripts": { | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"async", | ||
"await", | ||
"shell", | ||
"promise", | ||
"bash" | ||
], | ||
"author": "Christian Lewis <hello@trytelework.com>", | ||
@@ -11,0 +17,0 @@ "license": "MIT", |
5433