From 444f92edabf47e1ccb082afa66a9cbb156b0bc77 Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Mon, 9 Nov 2015 16:31:11 -0800 Subject: [PATCH] Fix cookie-parser error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecd3ae42..5cb3a104 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "body-parser": "^1.12.0", "canonical-json": "0.0.4", "continuation-local-storage": "^3.1.3", + "cookie-parser": "^1.3.4", "debug": "^2.1.2", "depd": "^1.0.0", "ejs": "^2.3.1", @@ -60,7 +61,6 @@ "bluebird": "^2.9.9", "browserify": "^10.0.0", "chai": "^2.1.1", - "cookie-parser": "^1.3.4", "es5-shim": "^4.1.0", "grunt": "^0.4.5", "grunt-browserify": "^3.5.0",