Update the bundled node-glob to v3.1.6.

This commit is contained in:
Nathan Rajlich 2012-03-12 16:55:07 -07:00
parent 8a9b11a51a
commit c3d0e41229
10 changed files with 161 additions and 38 deletions

2
node_modules/glob/glob.js generated vendored
View file

@ -43,7 +43,7 @@ var fs = require("graceful-fs")
, EE = require("events").EventEmitter
, path = require("path")
, isDir = {}
, assert = require("assert")
, assert = require("assert").ok
function glob (pattern, options, cb) {
if (typeof options === "function") cb = options, options = {}