mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 05:53:41 +02:00
update the bundled minimatch to v0.2.6
This commit is contained in:
parent
92ec0d995b
commit
9e2cf8979e
7 changed files with 208 additions and 89 deletions
2
node_modules/minimatch/minimatch.js
generated
vendored
2
node_modules/minimatch/minimatch.js
generated
vendored
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue