@fimbul/wotan
Advanced tools
Comparing version 0.24.0-dev.20210121 to 0.24.0-dev.20210122
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.24.0-dev.20210121", | ||
"version": "0.24.0-dev.20210122", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -43,3 +43,3 @@ "bin": "bin/main.js", | ||
"dependencies": { | ||
"@fimbul/mimir": "0.24.0-dev.20210121", | ||
"@fimbul/mimir": "0.24.0-dev.20210122", | ||
"@fimbul/ymir": "0.22.0", | ||
@@ -46,0 +46,0 @@ "bind-decorator": "^1.0.11", |
@@ -29,3 +29,3 @@ "use strict"; | ||
} | ||
this.logger.warn(`Could not find rule '${name}' in ${directories}.`); | ||
this.logger.warn(`Could not find rule '${name}' in '${directories.join()}'.`); | ||
return; | ||
@@ -32,0 +32,0 @@ } |
Sorry, the diff of this file is not supported yet
336837
+ Added@fimbul/mimir@0.24.0-dev.20210122(transitive)
- Removed@fimbul/mimir@0.24.0-dev.20210121(transitive)