Comparing version 8.3.0 to 9.0.0
@@ -9,3 +9,3 @@ "use strict"; | ||
} | ||
return [`| ${file} | ${line} | ${text}`]; | ||
return [`| [${file}](${file}#L${line}) | ${line} | ${text}`]; | ||
}, | ||
@@ -12,0 +12,0 @@ transformHeader(tag) { |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "8.3.0", | ||
"version": "9.0.0", | ||
"author": "Gilad Peleg <gilad@giladpeleg.com> (https://www.giladpeleg.com)", | ||
@@ -13,3 +13,3 @@ "bin": { | ||
"chalk": "^2.4.2", | ||
"commander": "^3.0.2", | ||
"commander": "^4.0.0", | ||
"eol": "^0.9.1", | ||
@@ -16,0 +16,0 @@ "get-stdin": "^7.0.0", |
72193
+ Addedcommander@4.1.1(transitive)
- Removedcommander@3.0.2(transitive)
Updatedcommander@^4.0.0