Add react-dom to dependencies

This commit is contained in:
Logan Tegman
2015-11-20 22:45:15 -08:00
parent 0fb2cf78d5
commit 83df85beee

View File

@ -98,8 +98,9 @@
"passport-twitter": "^1.0.3",
"pmx": "~0.5.5",
"ramda": "~0.18.0",
"react": "~0.14.2",
"react": "~0.14.3",
"react-bootstrap": "~0.28.1",
"react-dom": "~0.14.3",
"react-motion": "~0.3.1",
"react-router": "^1.0.0",
"react-router-bootstrap": "https://github.com/FreeCodeCamp/react-router-bootstrap.git#freecodecamp",