Skip to content

Commit 7e88429

Browse files
committed
move styled-components from devDependencies to dependencies to stop heroku crashing
1 parent 385c2e3 commit 7e88429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"node-fetch": "^2.2.0",
4343
"nodemon": "^1.18.4",
4444
"react-testing-library": "^5.1.1",
45-
"styled-components": "^4.0.2",
4645
"supertest": "^3.3.0"
4746
},
4847
"dependencies": {
@@ -67,6 +66,7 @@
6766
"react-router": "^4.3.1",
6867
"react-router-dom": "^4.3.1",
6968
"sass": "^1.14.1",
70-
"serve-favicon": "^2.5.0"
69+
"serve-favicon": "^2.5.0",
70+
"styled-components": "^4.0.2"
7171
}
7272
}

0 commit comments

Comments
 (0)