From 44edc68f1fac4b538171506f8434ff113c090d1e Mon Sep 17 00:00:00 2001 From: alchi126 <40124387+alchi126@users.noreply.github.com> Date: Mon, 27 Jan 2020 04:44:31 -0500 Subject: [PATCH] fix(gatsby-theme-docz): removed unused gatsby-plugin-manifest (#1368) --- core/gatsby-theme-docz/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 6e8317a3d..c6831b8fb 100644 --- a/core/gatsby-theme-docz/package.json +++ b/core/gatsby-theme-docz/package.json @@ -30,7 +30,6 @@ "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-compile-es6-packages": "^2.0.0", "gatsby-plugin-emotion": "^4.1.2", - "gatsby-plugin-manifest": "^2.2.3", "gatsby-plugin-mdx": "^1.0.13", "gatsby-plugin-react-helmet-async": "^1.0.5", "gatsby-plugin-root-import": "^2.0.5",