Skip to content

Commit

Permalink
feat: move react-helmet to peerDependencies
Browse files Browse the repository at this point in the history
- Remove react-helmet from dependencies
- Add react-helmet from peerDependencies

BREAKING CHANGE: Requires that react-helmet is installed alongside
gatsby-plugin-react-helmet.

re gatsbyjs#2446
  • Loading branch information
jlengstorf committed Nov 19, 2017
1 parent 31927e4 commit 801fb16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/gatsby-plugin-react-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"cross-env": "^5.0.5"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"react-helmet": "^5.1.3"
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"react-helmet": ">=5.1.3"
}
}

0 comments on commit 801fb16

Please sign in to comment.