From 0c372b811365c0299677117c1b86be9a6de4c3c0 Mon Sep 17 00:00:00 2001 From: Ryan Oglesby Date: Mon, 14 Aug 2017 10:40:29 -0400 Subject: [PATCH] chore(dependencies): Remove redux-contentful as as a peer dependency as it is not actually used yet. --- config/rollup.config.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/rollup.config.js b/config/rollup.config.js index b690eb3e99..8be251faf9 100644 --- a/config/rollup.config.js +++ b/config/rollup.config.js @@ -25,7 +25,7 @@ export default { ], sourceMap: true, - external: ['react', 'prop-types', '@telusdigital/redux-contentful'], + external: ['react', 'prop-types'], plugins: [ resolve({ diff --git a/package.json b/package.json index 0754980102..4dcd2cdc9c 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,6 @@ "webpack": "^3.3.0" }, "peerDependencies": { - "@telusdigital/redux-contentful": "2.x || 3.x", "react": "15.x", "react-dom": "15.x" },