Skip to content

Commit

Permalink
Make Gulp an optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 4, 2019
1 parent a939d38 commit 8e452db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"peerDependencies": {
"gulp": ">=4"
},
"peerDependenciesMeta": {
"gulp": {
"optional": true
}
},
"xo": {
"ignores": [
"test/fixtures"
Expand Down

0 comments on commit 8e452db

Please sign in to comment.