Skip to content

Commit

Permalink
chore: Remove unused transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Nov 5, 2020
1 parent 7e7aef3 commit 86f16f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const gatsbyConfig = {
'gatsby-plugin-sitemap',
'gatsby-plugin-react-helmet',
'gatsby-transformer-yaml',
'gatsby-transformer-json',
'gatsby-plugin-eslint',
'gatsby-plugin-remove-trailing-slashes',
'gatsby-plugin-sharp',
Expand Down Expand Up @@ -240,13 +239,6 @@ const gatsbyConfig = {
path: `${__dirname}/src/data/homepage-press.yml`,
},
},
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'api-status',
path: `${__dirname}/_api/v1/status.json`,
},
},
{
resolve: 'gatsby-source-covid-tracking-counties',
options: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"gatsby-remark-smartypants": "^2.3.12",
"gatsby-source-contentful": "4.0.0-4.0.0-rc.0.20",
"gatsby-source-filesystem": "^2.3.31",
"gatsby-transformer-json": "^2.4.13",
"gatsby-transformer-remark": "^2.8.36",
"gatsby-transformer-sharp": "^2.5.16",
"gatsby-transformer-yaml": "^2.4.13",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10216,14 +10216,6 @@ gatsby-telemetry@^1.3.36:
node-fetch "^2.6.0"
uuid "3.4.0"

gatsby-transformer-json@^2.4.13:
version "2.4.13"
resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-2.4.13.tgz#7ce823e498ee410578510d5af8986538758c16dd"
integrity sha512-IweaJzNXiWM6NU65Iq6tHBO9qmoxlmmbMJOCiUnHlpNRc35dRbN+RLyNImjc5yFJ4XXqi4VvMUlPR8OllLloFw==
dependencies:
"@babel/runtime" "^7.11.2"
bluebird "^3.7.2"

gatsby-transformer-remark@^2.8.36:
version "2.8.36"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.8.36.tgz#8a2fea800d7c680682965c139de80bf93a47fc96"
Expand Down

0 comments on commit 86f16f7

Please sign in to comment.