update the bundled minimatch to v0.2.6

This commit is contained in:
Nathan Rajlich 2012-08-21 19:06:26 -07:00
parent 92ec0d995b
commit 9e2cf8979e
7 changed files with 208 additions and 89 deletions

View file

@ -30,7 +30,7 @@ if (!require) {
minimatch.Minimatch = Minimatch
var LRU = require("lru-cache")
, cache = minimatch.cache = new LRU(100)
, cache = minimatch.cache = new LRU({max: 100})
, GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
var path = require("path")