Comparing version 1.2.1 to 1.3.0
@@ -7,2 +7,5 @@ 'use strict'; | ||
}, | ||
'.php': function () { | ||
return require('./parsers/defaultParser'); | ||
}, | ||
'.jade': function () { | ||
@@ -9,0 +12,0 @@ return require('./parsers/jadeParser'); |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)", | ||
"bin": "./bin/leasot.js", | ||
"dependencies": { | ||
"chalk": "^0.5.1", | ||
"commander": "^2.6.0", | ||
"chalk": "^1.0.0", | ||
"commander": "^2.8.1", | ||
"get-line-from-pos": "^1.0.0", | ||
"get-stdin": "^4.0.1", | ||
"glob": "^4.3.5", | ||
"glob": "^5.0.5", | ||
"json2xml": "^0.1.1", | ||
"lodash.compact": "^3.0.0", | ||
"lodash.defaults": "^3.0.0", | ||
"log-symbols": "^1.0.1", | ||
"lodash.defaults": "^3.1.1", | ||
"log-symbols": "^1.0.2", | ||
"map-async": "^0.1.1", | ||
@@ -21,4 +21,4 @@ "text-table": "^0.2.0" | ||
"devDependencies": { | ||
"mocha": "*", | ||
"should": "*" | ||
"mocha": "^2.2.4", | ||
"should": "^6.0.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
26008
523
+ Addedglob@5.0.15(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedchalk@0.5.1(transitive)
- Removedglob@4.5.3(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedminimatch@2.0.10(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedsupports-color@0.2.0(transitive)
Updatedchalk@^1.0.0
Updatedcommander@^2.8.1
Updatedglob@^5.0.5
Updatedlodash.defaults@^3.1.1
Updatedlog-symbols@^1.0.2