Skip to content

Commit

Permalink
fix(setup): move react-dom to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonnet committed Jan 20, 2019
1 parent 471c7de commit d5205ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"dependencies": {
"lodash": "^4.17.11",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"recompose": "^0.30.0"
},
"devDependencies": {
Expand All @@ -58,6 +57,7 @@
"parcel-bundler": "^1.11.0",
"prettier": "^1.14.3",
"react-devtools": "^3.4.2",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.6.0",
"serve-static": "^1.13.2",
"standard-version": "^4.4.0"
Expand Down

0 comments on commit d5205ce

Please sign in to comment.