Skip to content

Commit

Permalink
fix: move redux dev deps to optional deps (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Jun 29, 2020
1 parent c10616f commit df984cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@
"react-dom": "^16.13.0",
"react-is": "^16.13.0",
"redux-devtools-extension": "^2.13.8",
"redux-immutable-state-invariant": "^2.1.0",
"redux-logger": "^3.0.6",
"sass-graph": "^3.0.4",
"sass-loader": "^7.1.0",
"seedrandom": "^3.0.5",
Expand All @@ -208,6 +206,10 @@
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"optionalDependencies": {
"redux-immutable-state-invariant": "^2.1.0",
"redux-logger": "^3.0.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit df984cc

Please sign in to comment.