From f72fa9de34d4d08284d75b9f3498041881ca8ff5 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Mon, 9 Feb 2015 17:34:01 -0500 Subject: [PATCH] 'request' is a production dependency --- services/real-time/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/real-time/package.json b/services/real-time/package.json index 6a09d38bba..bca24ffa90 100644 --- a/services/real-time/package.json +++ b/services/real-time/package.json @@ -16,6 +16,7 @@ "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0", "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0", "redis-sharelatex": "0.0.9", + "request": "~2.34.0", "session.socket.io": "^0.1.6", "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", "socket.io": "0.9.16", @@ -33,7 +34,6 @@ "grunt-forever": "~0.4.4", "grunt-mocha-test": "~0.10.2", "grunt-shell": "~0.7.0", - "request": "~2.34.0", "sandboxed-module": "~0.3.0", "sinon": "~1.5.2", "uid-safe": "^1.0.1",