shelljs.exec
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "shelljs.exec", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Replacement for shelljs' slow exec method - benchmarked 20x faster", | ||
@@ -48,7 +48,7 @@ "author": "Daniel Lewis BSc (Hons)", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.5.3", | ||
"mocha": "^4.0.0", | ||
"npm-run-all": "^4.1.1", | ||
"performance-now": "^2.1.0", | ||
"shelljs": "^0.7.8", | ||
"sinon": "^4.0.0", | ||
"sinon": "^4.0.1", | ||
"sinon-chai": "^2.14.0" | ||
@@ -55,0 +55,0 @@ }, |
@@ -62,2 +62,4 @@ # shelljs.exec | ||
* `encoding`: Defaults to 'utf8' | ||
* `silent`: Do not echo any output to console, defaults to false | ||
@@ -64,0 +66,0 @@ |
Sorry, the diff of this file is not supported yet
115
161516