shelljs.exec
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -16,3 +16,3 @@ 'use strict' | ||
if (options == null || !isObject(options)) { | ||
if (!isObject(options)) { | ||
options = {} | ||
@@ -19,0 +19,0 @@ } else { |
{ | ||
"name": "shelljs.exec", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Replacement for shelljs' slow exec method - benchmarked 20x faster", | ||
@@ -5,0 +5,0 @@ "author": "Daniel Lewis BSc (Hons)", |
@@ -107,1 +107,5 @@ # shelljs.exec | ||
[Matthew 24:37-39](https://www.biblegateway.com/passage/?search=Matthew+24%3A37-39&version=NKJV) | ||
<br><br><br><br><br> |
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
164817
111