@essex/shellrunner
Advanced tools
Comparing version 17.0.0 to 17.0.1
{ | ||
"name": "@essex/shellrunner", | ||
"version": "17.0.0", | ||
"version": "17.0.1", | ||
"description": "A set of utility libraries for executing shell commands", | ||
@@ -25,9 +25,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@tsconfig/node12": "^1.0.7", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^14.17.2", | ||
"@tsconfig/node12": "^1.0.9", | ||
"@types/debug": "^4.1.6", | ||
"@types/node": "^14.17.4", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.2" | ||
"typescript": "^4.3.5" | ||
}, | ||
"typings": "lib/index.d.ts" | ||
} |