cli-engine-config
Advanced tools
Comparing version 4.0.1-ts.3 to 4.0.1-ts.4
@@ -148,3 +148,3 @@ "use strict"; | ||
}; | ||
return Object.assign({ _version: '1', pjson, channel: 'stable', home: os.homedir() || os.tmpdir(), root: path.join(__dirname, '..'), arch: os.arch() === 'ia32' ? 'x86' : os.arch(), platform: os.platform() === 'win32' ? 'windows' : os.platform(), mock: false, argv: process.argv.slice(1), name: pjson.name, version: pjson.version, hooks: hooks(pjson['cli-engine'].hooks), defaultCommand: pjson['cli-engine'].defaultCommand || 'help', topics: topics(pjson['cli-engine'].topics), commandsDir: commandsDir(existing), get windows() { | ||
return Object.assign({ _version: '1', pjson, channel: 'stable', home: os.homedir() || os.tmpdir(), root: path.join(__dirname, '..'), arch: os.arch() === 'ia32' ? 'x86' : os.arch(), platform: os.platform() === 'win32' ? 'windows' : os.platform(), mock: false, argv: process.argv, name: pjson.name, version: pjson.version, hooks: hooks(pjson['cli-engine'].hooks), defaultCommand: pjson['cli-engine'].defaultCommand || 'help', topics: topics(pjson['cli-engine'].topics), commandsDir: commandsDir(existing), get windows() { | ||
return this.platform === 'windows'; | ||
@@ -151,0 +151,0 @@ }, |
{ | ||
"name": "cli-engine-config", | ||
"description": "base cli-engine config objects and interfaces", | ||
"version": "4.0.1-ts.3", | ||
"version": "4.0.1-ts.4", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-config/issues", |
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
10895