Comparing version 0.1.32 to 0.1.33
@@ -93,3 +93,3 @@ var fs = require('fs'), | ||
return [ combine(condense(possibilities), cmd), cmd ]; | ||
} else if (executableExists(firstWord(cmd))) { | ||
} else if (executableExists(firstWord(cmd)) || context.cmds.alias.aliases[firstWord(cmd)]) { | ||
if (inJavaScript(cmd)) { | ||
@@ -96,0 +96,0 @@ broken = extractJs(cmd); |
{ | ||
"name": "jsh", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"description": "The JavaScript shell interpreter.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
140441