Upgrade to glob@7.0.3.

Matches what npm v2.15.5 and npm v3.8.6 use.

Fixes: https://github.com/nodejs/node-gyp/issues/941
PR-URL: https://github.com/nodejs/node-gyp/pull/943
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Ben Noordhuis 2016-05-25 14:42:10 +02:00
parent 15fd56be3d
commit ac29d23a7c
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ module.exports.test = { findPython: findPython }
var fs = require('graceful-fs')
, path = require('path')
, glob = require('glob')
, log = require('npmlog')
, osenv = require('osenv')
, which = require('which')