broccoli-funnel
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -6,3 +6,3 @@ 'use strict'; | ||
var mkdirp = require('mkdirp'); | ||
var walkSync = require('walk-sync-matcher'); | ||
var walkSync = require('walk-sync'); | ||
var Minimatch = require('minimatch').Minimatch; | ||
@@ -9,0 +9,0 @@ var arrayEqual = require('array-equal'); |
{ | ||
"name": "broccoli-funnel", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"symlink-or-copy": "^1.0.0", | ||
"walk-sync-matcher": "^0.2.2" | ||
"walk-sync": "^0.2.5" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
# Broccoli Funnel | ||
[![Build Status](https://travis-ci.org/broccolijs/broccoli-funnel.svg?branch=master)](https://travis-ci.org/broccolijs/broccoli-funnel) | ||
[![Build status](https://ci.appveyor.com/api/projects/status/3y3wo7hipq6d0cbp/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/broccoli-funnel/branch/master) | ||
@@ -5,0 +6,0 @@ Given an input node, the Broccoli Funnel plugin returns a new node with only a |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var expect = require('expect.js'); | ||
var walkSync = require('walk-sync-matcher'); | ||
var walkSync = require('walk-sync'); | ||
var broccoli = require('broccoli'); | ||
@@ -10,0 +10,0 @@ var rimraf = RSVP.denodeify(require('rimraf')); |
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
43134
15
367
+ Addedwalk-sync@^0.2.5
+ Addedensure-posix-path@1.1.1(transitive)
+ Addedmatcher-collection@1.1.2(transitive)
+ Addedwalk-sync@0.2.7(transitive)
- Removedwalk-sync-matcher@^0.2.2
- Removedwalk-sync-matcher@0.2.2(transitive)