Skip to content

Commit

Permalink
Merge pull request #275 from appfolio/correctReactDeps
Browse files Browse the repository at this point in the history
Move react deps to dev-deps
  • Loading branch information
gthomas-appfolio authored Aug 4, 2017
2 parents ec94a34 + 0fb1e7c commit 0855170
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 @@ -39,8 +39,6 @@
"lodash.flow": "^3.5.0",
"lodash.noop": "^3.0.1",
"lodash.set": "^4.3.2",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-fontawesome": "^1.4.0",
"react-select": "^1.0.0-rc.4",
"react-text-mask": "~5.0.2",
Expand Down Expand Up @@ -74,6 +72,8 @@
"nyc": "~10.3.2",
"postcss": "~5.2.0",
"postcss-loader": "~0.13.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-addons-test-utils": "^15.4.0",
"sass-loader": "~6.0.5",
"sinon": "~2.3.2",
Expand Down

0 comments on commit 0855170

Please sign in to comment.