broccoli-kitchen-sink-helpers
Advanced tools
Comparing version 0.2.6 to 0.2.7
# master | ||
# 0.2.7 | ||
* Update glob and use new `follow` option | ||
# 0.2.6 | ||
@@ -4,0 +8,0 @@ |
@@ -185,2 +185,3 @@ var fs = require('fs') | ||
var options = { | ||
follow: true, | ||
nomount: true, | ||
@@ -187,0 +188,0 @@ strict: true |
{ | ||
"name": "broccoli-kitchen-sink-helpers", | ||
"description": "Collection of helpers that need to be extracted into separate packages", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"author": "Jo Liss <joliss42@gmail.com>", | ||
@@ -14,4 +14,4 @@ "main": "index.js", | ||
"mkdirp": "^0.3.5", | ||
"glob": "4.0.4" | ||
"glob": "^5.0.10" | ||
} | ||
} |
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
11491
211
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
- Removedglob@4.0.4(transitive)
- Removedgraceful-fs@3.0.12(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removednatives@1.1.6(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedglob@^5.0.10