Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix intdentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Apr 22, 2014
1 parent 7c796f1 commit 430e66b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -64,4 +64,4 @@
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2"
}
}
}

0 comments on commit 430e66b

Please sign in to comment.