Skip to content

Commit

Permalink
move styled-components from devDependencies to dependencies to stop h…
Browse files Browse the repository at this point in the history
…eroku crashing
  • Loading branch information
sima-qian committed Oct 19, 2018
1 parent 385c2e3 commit 7e88429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"node-fetch": "^2.2.0",
"nodemon": "^1.18.4",
"react-testing-library": "^5.1.1",
"styled-components": "^4.0.2",
"supertest": "^3.3.0"
},
"dependencies": {
Expand All @@ -67,6 +66,7 @@
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"sass": "^1.14.1",
"serve-favicon": "^2.5.0"
"serve-favicon": "^2.5.0",
"styled-components": "^4.0.2"
}
}

0 comments on commit 7e88429

Please sign in to comment.