broccoli-funnel
Advanced tools
Comparing version 0.2.12 to 0.2.13
@@ -14,5 +14,6 @@ 'use strict'; | ||
var rimraf = require('rimraf'); | ||
var BlankObject = require('blank-object'); | ||
function makeDictionary() { | ||
var cache = Object.create(null); | ||
var cache = new BlankObject(); | ||
@@ -228,3 +229,3 @@ cache['_dict'] = null; | ||
if (this._matchedWalk) { | ||
entries = walkSync.entries(inputPath, undefined, this.include); | ||
entries = walkSync.entries(inputPath, this.include); | ||
} else { | ||
@@ -231,0 +232,0 @@ entries = walkSync.entries(inputPath); |
{ | ||
"name": "broccoli-funnel", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.", | ||
@@ -22,2 +22,3 @@ "main": "index.js", | ||
"array-equal": "^1.0.0", | ||
"blank-object": "^1.0.1", | ||
"broccoli-plugin": "^1.0.0", | ||
@@ -24,0 +25,0 @@ "debug": "^2.2.0", |
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
46887
957
12
+ Addedblank-object@^1.0.1