From 904de333f57b440b60cdfcf77108e6e14dbf25c1 Mon Sep 17 00:00:00 2001 From: Renato Moya Date: Sat, 6 Feb 2016 14:54:52 -0800 Subject: [PATCH] Add react and react-dom as devDependencies. This will fix the build. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dae0944..a0720d8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,9 @@ "eslint-plugin-react": "^3.2.1", "express": "^4.11.2", "jest-cli": "^0.7.0", - "react-addons-test-utils": "^0.14.2" + "react": "^0.14.2", + "react-addons-test-utils": "^0.14.2", + "react-dom": "^0.14.2" }, "jest": { "testPathDirs": [