Skip to content

Commit

Permalink
Merge pull request #17 from shvaikalesh/patch-1
Browse files Browse the repository at this point in the history
Escape dot in readme RegExp
  • Loading branch information
es128 committed Dec 16, 2016
2 parents ee2c967 + e516f60 commit 9d49bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var anymatch = require('anymatch');
var matchers = [
'path/to/file.js',
'path/anyjs/**/*.js',
/foo.js$/,
/foo\.js$/,
function (string) {
return string.indexOf('bar') !== -1 && string.length > 10
}
Expand Down

0 comments on commit 9d49bdc

Please sign in to comment.