Skip to content

Commit

Permalink
Merge pull request #2 from calendly/remove-peer-deps
Browse files Browse the repository at this point in the history
removed peer dep on gatsby/react
  • Loading branch information
seankovacs authored Apr 29, 2021
2 parents dcd3aa9 + 8e308b2 commit 04aa49b
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 04aa49b

Please sign in to comment.