@fimbul/wotan
Advanced tools
Comparing version 0.21.0 to 0.22.0-dev.20190619
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.21.0", | ||
"version": "0.22.0-dev.20190619", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -44,4 +44,4 @@ "bin": "bin/main.js", | ||
"dependencies": { | ||
"@fimbul/mimir": "^0.21.0", | ||
"@fimbul/ymir": "^0.21.0", | ||
"@fimbul/mimir": "0.21.0", | ||
"@fimbul/ymir": "0.21.0", | ||
"bind-decorator": "^1.0.11", | ||
@@ -48,0 +48,0 @@ "chalk": "^2.3.0", |
@@ -9,2 +9,5 @@ "use strict"; | ||
function parseArguments(args, globalOptions) { | ||
log('Parsing arguments: %O', args); | ||
if (globalOptions !== undefined) | ||
log('global options: %O', globalOptions); | ||
args = args.map(trimSingleQuotes); | ||
@@ -11,0 +14,0 @@ const commandName = args[0]; |
@@ -45,4 +45,6 @@ "use strict"; | ||
exports.loadConfig = loadConfig; | ||
if (require.main === module) | ||
if (require.main === module) { | ||
log('CLI arguments: %O', process.argv); | ||
run(process.argv.slice(2)); | ||
} | ||
//# sourceMappingURL=cli.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
333224
4130
Updated@fimbul/mimir@0.21.0
Updated@fimbul/ymir@0.21.0