From 8e308b217f557e3fd1961615336c5d7369e10bbd Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Thu, 29 Apr 2021 16:08:18 -0400 Subject: [PATCH] removed peer dep on gatsby/react --- .babelrc | 10 ++++++++++ package-lock.json | 2 +- package.json | 5 ----- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .babelrc diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..f49faf3 --- /dev/null +++ b/.babelrc @@ -0,0 +1,10 @@ +{ + "presets": [ + [ + "babel-preset-gatsby-package", + { + "browser": true + } + ] + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cb2c444..6fc4187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "gatsby-plugin-guru", + "name": "gatsby-plugin-guru-export", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index e3af2e2..ed6eb8f 100755 --- a/package.json +++ b/package.json @@ -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"