Skip to content

Commit

Permalink
Update deps and remove file.clone() (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 23, 2017
1 parent 42e5bb1 commit da85afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -15,7 +15,6 @@ function vinylBuffer() {
file.contents.pipe(bl(function(err, data) {
if (err) return next(err)

file = file.clone()
file.contents = data

push(file, next)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,12 +4,12 @@
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bl": "^0.9.1",
"through2": "^0.6.1"
"bl": "^1.2.1",
"through2": "^2.0.3"
},
"devDependencies": {
"tape": "~2.5.0",
"vinyl-source-stream": "~0.1.1"
"vinyl-source-stream": "~1.1.1"
},
"scripts": {
"test": "node test"
Expand Down

0 comments on commit da85afb

Please sign in to comment.