From 430e66b2071d6ff390746f46386107e465a49971 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 22 Apr 2014 21:18:35 +0300 Subject: [PATCH] Fix intdentation --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a1d38a9ab4..1fd8807d02 100755 --- a/package.json +++ b/package.json @@ -19,12 +19,14 @@ }, "dependencies": { "express": "~4.0.0", - "express-session": "~1.0.2", + "express-session": "~1.0.2", "body-parser": "~1.0.1", "cookie-parser": "~1.0.1", - "compression": "~1.0.1", - "method-override": "~1.0.0", - "morgan": "~1.0.0", + "compression": "~1.0.1", + "method-override": "~1.0.0", + "morgan": "~1.0.0", + "connect-mongo": "~0.4.0", + "connect-flash": "~0.1.1", "consolidate": "~0.10.0", "swig": "~1.3.2", "mongoose": "~3.8.8", @@ -34,8 +36,6 @@ "passport-twitter": "~1.0.2", "passport-linkedin": "~0.1.3", "passport-google-oauth": "~0.1.5", - "connect-mongo": "~0.4.0", - "connect-flash": "~0.1.1", "lodash": "~2.4.1", "forever": "~0.11.00", "bower": "~1.3.1", @@ -64,4 +64,4 @@ "karma-firefox-launcher": "~0.1.3", "karma-phantomjs-launcher": "~0.1.2" } -} +} \ No newline at end of file