From 1318d50e3f78f9366ffe50618bbd27e60d0e22f0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 12 May 2020 00:44:26 -0400 Subject: [PATCH] chore: remove now useless gatsby-plugin-typescript --- gatsby-config.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index c97803c..8559b6b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -6,7 +6,6 @@ module.exports = { }, plugins: [ `gatsby-plugin-react-helmet`, - `gatsby-plugin-typescript`, `gatsby-plugin-styled-components`, { resolve: `gatsby-plugin-prefetch-google-fonts`, diff --git a/package.json b/package.json index 99807ca..fac8917 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.2", "gatsby-plugin-styled-components": "^3.3.1", - "gatsby-plugin-typescript": "^2.4.2", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.3.1", "gatsby-source-filesystem": "^2.3.1",