Skip to content

Commit

Permalink
Make Gulp an optional peer dependency (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored and sindresorhus committed Oct 4, 2019
1 parent 29f79cf commit a5994ea
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 @@ -44,5 +44,10 @@
},
"peerDependencies": {
"gulp": ">=4"
},
"peerDependenciesMeta": {
"gulp": {
"optional": true
}
}
}

0 comments on commit a5994ea

Please sign in to comment.