Comparing version 5.0.11 to 5.0.12
@@ -43,8 +43,3 @@ // Approach: | ||
var fs | ||
try { | ||
fs = require('graceful-fs') | ||
} catch (er) { | ||
fs = require('fs') | ||
} | ||
var fs = require('fs') | ||
var minimatch = require('minimatch') | ||
@@ -51,0 +46,0 @@ var Minimatch = minimatch.Minimatch |
@@ -5,3 +5,3 @@ { | ||
"description": "a little globber", | ||
"version": "5.0.11", | ||
"version": "5.0.12", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
53225
1194