mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
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:
parent
15fd56be3d
commit
ac29d23a7c
2 changed files with 1 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue