diff -r b52921a63e77 -r 3b5d37d84cfe client/package.json --- a/client/package.json Mon May 22 17:59:19 2017 +0200 +++ b/client/package.json Tue May 23 13:15:34 2017 +0200 @@ -2,6 +2,7 @@ "name": "client", "version": "0.1.0", "private": true, + "homepage": ".", "dependencies": { "bootstrap-sass": "^3.3.7", "immutable": "^3.8.1", @@ -14,9 +15,11 @@ "uuid": "^3.0.1" }, "devDependencies": { + "enzyme": "^2.8.2", "node-sass-chokidar": "^0.0.1", "npm-run-all": "^4.0.2", - "react-scripts": "1.0.2" + "react-scripts": "1.0.2", + "react-test-renderer": "^15.5.4" }, "scripts": { "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/",