Skip to content

Commit

Permalink
chore(dependencies): Remove redux-contentful as as a peer dependency …
Browse files Browse the repository at this point in the history
…as it is not actually used yet.
  • Loading branch information
ryanoglesby08 committed Aug 14, 2017
1 parent d6b6356 commit 0c372b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
],
sourceMap: true,

external: ['react', 'prop-types', '@telusdigital/redux-contentful'],
external: ['react', 'prop-types'],

plugins: [
resolve({
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"webpack": "^3.3.0"
},
"peerDependencies": {
"@telusdigital/redux-contentful": "2.x || 3.x",
"react": "15.x",
"react-dom": "15.x"
},
Expand Down

0 comments on commit 0c372b8

Please sign in to comment.