Comparing version 2.3.0 to 2.4.0
@@ -91,2 +91,8 @@ 'use strict'; | ||
}, | ||
'.html': function () { | ||
return require('./parsers/twigParser'); | ||
}, | ||
'.htm': function () { | ||
return require('./parsers/twigParser'); | ||
}, | ||
}; | ||
@@ -93,0 +99,0 @@ |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)", | ||
"bin": "./bin/leasot.js", | ||
"dependencies": { | ||
"chalk": "^1.0.0", | ||
"chalk": "^1.1.0", | ||
"commander": "^2.8.1", | ||
"get-line-from-pos": "^1.0.0", | ||
"get-stdin": "^4.0.1", | ||
"glob": "^5.0.9", | ||
"json2xml": "^0.1.1", | ||
"glob": "^5.0.14", | ||
"json2xml": "^0.1.2", | ||
"lodash.compact": "^3.0.0", | ||
"lodash.defaults": "^3.1.1", | ||
"lodash.defaults": "^3.1.2", | ||
"log-symbols": "^1.0.2", | ||
@@ -22,3 +22,3 @@ "map-async": "^0.1.1", | ||
"mocha": "^2.2.4", | ||
"should": "^6.0.1" | ||
"should": "^7.0.4" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
@@ -39,2 +39,3 @@ ![leasot](media/leasot.png) | ||
| Haskell | `.hs` | Supports `--` | | ||
| HTML | `.html` `.htm` | Supports `<!-- -->` | | ||
| Jade | `.jade` | Supports `//` and `//-` comments. | | ||
@@ -41,0 +42,0 @@ | Javascript | `.js` | Supports `// and /* */` comments | |
35228
714
340
Updatedchalk@^1.1.0
Updatedglob@^5.0.14
Updatedjson2xml@^0.1.2
Updatedlodash.defaults@^3.1.2