Skip to content

Commit

Permalink
Update: Use vinyl-filter-since dependency instead of own filter imple…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
tunnckoCore authored and phated committed Nov 28, 2017
1 parent 62d2074 commit 4131553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
18 changes: 0 additions & 18 deletions lib/src/filterSince.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var File = require('vinyl');
var duplexify = require('duplexify');
var merge = require('merge-stream');

var filterSince = require('./filterSince');
var filterSince = require('vinyl-filter-since');
var getContents = require('./getContents');
var resolveSymlinks = require('./resolveSymlinks');

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"object-assign": "^2.0.0",
"strip-bom": "^1.0.0",
"through2": "^0.6.1",
"vinyl": "^0.4.0"
"vinyl": "^0.4.0",
"vinyl-filter-since": "^1.0.0"
},
"devDependencies": {
"buffer-equal": "^0.0.1",
Expand Down

0 comments on commit 4131553

Please sign in to comment.