Skip to content

Commit ac29d23

Browse files
committed
Upgrade to glob@7.0.3.
Matches what npm v2.15.5 and npm v3.8.6 use. Fixes: #941 PR-URL: #943 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 15fd56b commit ac29d23

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/configure.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports.test = { findPython: findPython }
77

88
var fs = require('graceful-fs')
99
, path = require('path')
10-
, glob = require('glob')
1110
, log = require('npmlog')
1211
, osenv = require('osenv')
1312
, which = require('which')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"main": "./lib/node-gyp.js",
2424
"dependencies": {
2525
"fstream": "^1.0.0",
26-
"glob": "3 || 4",
26+
"glob": "^7.0.3",
2727
"graceful-fs": "^4.1.2",
2828
"minimatch": "1",
2929
"mkdirp": "^0.5.0",

0 commit comments

Comments
 (0)