Skip to content

Commit

Permalink
Update Vinyl
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 28, 2017
1 parent be186f4 commit db89602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"vfile": "^2.0.0",
"vinyl": "^1.1.0"
"vinyl": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.0.12",
Expand All @@ -34,7 +34,7 @@
"eslint-config-dustinspecker": "^1.1.0",
"eslint-plugin-new-with-error": "^1.1.0",
"eslint-plugin-no-use-extend-native": "^0.3.1",
"eslint-plugin-xo": "^0.5.1",
"eslint-plugin-xo": "^1.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-eslint": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('convert-vinyl-to-vfile', () => {

it('should throw error if vinyl is a stream', () => {
const file = new Vinyl({
contents: new Stream(),
contents: new Stream.Readable(),
path: 'awesome.project.md'
})
const test = () => convertVinylToVfile(file)
Expand Down

0 comments on commit db89602

Please sign in to comment.