Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
fix: move react-test-renderer to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 23, 2017
1 parent f62c1bf commit 224cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"hoist-non-react-statics": "^1.2.0",
"object.omit": "^2.0.1",
"object.pick": "^1.2.0",
"react-test-renderer": "^15.5.4",
"symbol-observable": "^1.0.4"
},
"devDependencies": {
Expand Down Expand Up @@ -69,6 +68,7 @@
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"reassemble": "^0.5.6",
"recompose": "^0.23.1",
"rxjs": "^5.3.0",
Expand Down

0 comments on commit 224cfef

Please sign in to comment.