From ba5e186ebc5c6b40360572fb3f0dd806b13e3cae Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Tue, 29 Jul 2014 15:24:05 +0100 Subject: [PATCH] Order the packages according to `npm install --save` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 124c99c7..1b1f5467 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,13 @@ "start": "./entry.sh" }, "dependencies": { + "JSONStream": "~0.7.1", "bluebird": "~2.2.2", "coffee-script": "~1.7.1", "csr-gen": "~0.2.1", "dockerode": "~2.0.0", "event-stream": "~3.0.20", "express": "~3.2.6", - "JSONStream": "~0.7.1", "knex": "~0.5.1", "lodash": "~2.4.1", "mixpanel": "0.0.20",