Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] Topics/peer dependencies #3671

Merged
merged 10 commits into from
Feb 9, 2018
Prev Previous commit
Next Next commit
move preact and preact-compat to peerDependencies
  • Loading branch information
flipactual committed Jan 24, 2018
commit 1cde92d12548c40e25f5df4ea66677b530321e96
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ React.

## Install

`npm install --save gatsby-plugin-preact`
`npm install --save gatsby-plugin-preact preact preact-compat`

## How to use

Expand Down
4 changes: 3 additions & 1 deletion packages/gatsby-plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"preact": "^8.2.5",
"preact-compat": "^3.17.0"
},
Expand Down