Skip to content

Commit

Permalink
removed peer dep on gatsby/react
Browse files Browse the repository at this point in the history
  • Loading branch information
seankovacs committed Apr 29, 2021
1 parent 46fb0b9 commit 8e308b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
[
"babel-preset-gatsby-package",
{
"browser": true
}
]
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/calendly/gatsby-plugin-guru-export.git"
Expand Down

0 comments on commit 8e308b2

Please sign in to comment.