Skip to content

Commit

Permalink
Indicate that this plugin requires Gulp 4
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
sindresorhus committed Jan 24, 2019
1 parent 9233cb3 commit 44182e1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@
"through2": "^3.0.0"
},
"devDependencies": {
"ava": "^1.0.1",
"ava": "^1.1.0",
"file-type": "^10.7.0",
"p-event": "^2.1.0",
"p-event": "^2.2.0",
"vinyl": "^2.2.0",
"vinyl-file": "^3.0.0",
"xo": "^0.23.0"
"xo": "^0.24.0"
},
"peerDependencies": {
"gulp": ">=4"
}
}

0 comments on commit 44182e1

Please sign in to comment.