Commit Graph

5 Commits

Author SHA1 Message Date
itokentr
a3900b896f minimatch: Update to v2.0.8 2015-06-24 22:58:03 +09:00
Rogier Schouten
af6197ad37 Bugfix in minimatch.d.ts
From README.md:  the exported function returns a boolean not a void.

var minimatch = require("minimatch")
minimatch("bar.foo", "*.foo") // true!
2014-11-14 11:28:52 +01:00
Bart van der Schoor
518fbb37c7 added filter method to minimatch
and options optional
2014-05-26 23:02:06 +02:00
vvakame
28df6f4d94 fix minimatch/minimatch.d.ts 2014-04-20 16:42:53 +09:00
vvakame
e68f6bc24f added glob/glob.d.ts 2014-04-18 00:03:04 +09:00