about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-08 00:23:01 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-08 00:23:01 +0200
commitb0168c8f3c5035b4d610856f2d5d10915d50c1c4 (patch)
treef2c4f57a29d8e32e741d6715b38b267950963cbd /package.json
parentef9d4f4e0615bcc42528e2e73ade0ba02baa3ed9 (diff)
Install npm 3 in docker (v3 warns on invalid peer dependencies instead of failing)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 090f99550..1ea514e1f 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,7 @@
     "browserify-incremental": "^3.1.1",
     "react": "^15.3.0",
     "react-dom": "^15.3.0",
-    "react-proxy": "^1.1.8"
-  },
-  "dependencies": {
+    "react-proxy": "^1.1.8",
     "axios": "^0.14.0",
     "es6-promise": "^3.2.1",
     "immutable": "^3.8.1",