Comparing version 0.4.4 to 0.4.5
@@ -83,3 +83,3 @@ 'use strict'; | ||
shouldIgnoreFile = !(minimatch(fileInformation.name, filePattern)); | ||
shouldIgnoreFile = !(minimatch(fileInformation.path, filePattern)); | ||
}); | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "fixme", | ||
"description": "Scan for NOTE, OPTIMIZE, TODO, HACK, XXX, FIXME, and BUG comments within your source, and print them to stdout so you can deal with them.", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"author": "John Postlethwait <john.postlethwait@gmail.com>", | ||
@@ -6,0 +6,0 @@ "website": "http://johnpostlethwait.github.io/fixme", |