shelljs.exec
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "shelljs.exec", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Replacement for shelljs' slow exec method - benchmarked 20x faster", | ||
@@ -45,3 +45,3 @@ "author": "Daniel Lewis BSc (Hons)", | ||
"coveralls": "2.11.16", | ||
"eslint": "^4.7.1", | ||
"eslint": "^4.8.0", | ||
"husky": "^0.14.3", | ||
@@ -53,8 +53,8 @@ "istanbul": "^0.4.5", | ||
"shelljs": "^0.7.8", | ||
"sinon": "^3.3.0", | ||
"sinon-chai": "^2.13.0" | ||
"sinon": "^4.0.0", | ||
"sinon-chai": "^2.14.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4" | ||
"node": ">= 4.0.0" | ||
} | ||
} |
@@ -98,3 +98,3 @@ # shelljs.exec | ||
* Synchronous execution only | ||
* Synchronous execution only (but feel free to wrap with a callback or promise) | ||
@@ -101,0 +101,0 @@ |
Sorry, the diff of this file is not supported yet
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
161364