Comparing version 0.8.3 to 0.8.4
{ | ||
"name": "shelljs", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Portable Unix shell commands for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -453,3 +453,3 @@ // Ignore warning about 'new String()' | ||
if (shell[name]) { | ||
if (shell.hasOwnProperty(name)) { | ||
throw new Error('Command `' + name + '` already exists'); | ||
@@ -456,0 +456,0 @@ } |
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
211220