Comparing version 5.0.10 to 5.0.11
@@ -43,3 +43,8 @@ // Approach: | ||
var fs = require('fs') | ||
var fs | ||
try { | ||
fs = require('graceful-fs') | ||
} catch (er) { | ||
fs = require('fs') | ||
} | ||
var minimatch = require('minimatch') | ||
@@ -46,0 +51,0 @@ var Minimatch = minimatch.Minimatch |
@@ -5,3 +5,3 @@ { | ||
"description": "a little globber", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -265,3 +265,2 @@ [![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Dependency Status](https://david-dm.org/isaacs/node-glob.svg)](https://david-dm.org/isaacs/node-glob) [![devDependency Status](https://david-dm.org/isaacs/node-glob/dev-status.svg)](https://david-dm.org/isaacs/node-glob#info=devDependencies) [![optionalDependency Status](https://david-dm.org/isaacs/node-glob/optional-status.svg)](https://david-dm.org/isaacs/node-glob#info=optionalDependencies) | ||
equivalent to `**/*.js`, matching all js files in all directories. | ||
* `nonull` Return the pattern when no matches are found. | ||
* `nodir` Do not match directories, only files. (Note: to match | ||
@@ -268,0 +267,0 @@ *only* directories, simply put a `/` at the end of the pattern.) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53283
1199
378