Skip to content

Commit

Permalink
Upgrade to glob@7.0.3.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bnoordhuis committed May 31, 2016
1 parent 15fd56b commit ac29d23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "./lib/node-gyp.js",
"dependencies": {
"fstream": "^1.0.0",
"glob": "3 || 4",
"glob": "^7.0.3",
"graceful-fs": "^4.1.2",
"minimatch": "1",
"mkdirp": "^0.5.0",
Expand Down

0 comments on commit ac29d23

Please sign in to comment.