@fimbul/wotan
Advanced tools
Comparing version 0.4.0-dev.20180307 to 0.4.0-dev.20180308
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.4.0-dev.20180307", | ||
"version": "0.4.0-dev.20180308", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -48,3 +48,3 @@ "bin": "bin/main.js", | ||
"dependencies": { | ||
"@fimbul/mimir": "0.4.0-dev.20180307", | ||
"@fimbul/mimir": "0.4.0-dev.20180308", | ||
"@fimbul/ymir": "^0.3.0", | ||
@@ -51,0 +51,0 @@ "bind-decorator": "^1.0.11", |
@@ -199,6 +199,6 @@ "use strict"; | ||
case '+': | ||
line = chalk_1.default.green(baseline_1.isCodeLine(line.substr(1)) ? '+' + prettyCodeLine(line.substr(1)) : line); | ||
line = chalk_1.default.green('+' + prettyLine(line.substr(1))); | ||
break; | ||
case '-': | ||
line = chalk_1.default.red(baseline_1.isCodeLine(line.substr(1)) ? '-' + prettyCodeLine(line.substr(1)) : line); | ||
line = chalk_1.default.red('-' + prettyLine(line.substr(1))); | ||
} | ||
@@ -209,3 +209,3 @@ result.push(line); | ||
} | ||
function prettyCodeLine(line) { | ||
function prettyLine(line) { | ||
return line | ||
@@ -212,0 +212,0 @@ .replace(/\t/g, '\u2409') |
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
255067
+ Added@fimbul/mimir@0.4.0-dev.20180308(transitive)
- Removed@fimbul/mimir@0.4.0-dev.20180307(transitive)