default-shell
Advanced tools
Comparing version 1.0.0 to 1.0.1
'use strict'; | ||
module.exports = () => { | ||
module.exports = (() => { | ||
const env = process.env; | ||
@@ -14,2 +14,2 @@ | ||
return env.SHELL || '/bin/sh'; | ||
}(); | ||
})(); |
{ | ||
"name": "default-shell", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get the user's default shell", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
2624