remove dev changes

This commit is contained in:
mathuramg 2016-07-12 14:50:54 -04:00
parent 2ea803349a
commit da493e4014
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@ $light-primary-text-color: #333;
$light-secondary-text-color: #6b6b6b;
$light-inactive-text-color: #b5b5b5;
$light-background-color: #fdfdfd;
$light-sidebar-background: $white;
$light-button-background-color: #f4f4f4;
$light-button-color: $black;

View File

@ -63,7 +63,7 @@
"bson-objectid": "^1.1.4",
"classnames": "^2.2.5",
"codemirror": "^5.14.2",
"connect-mongo": "^1.0.0",
"connect-mongo": "^1.2.0",
"cookie-parser": "^1.4.1",
"dotenv": "^2.0.0",
"escape-string-regexp": "^1.0.5",

View File

@ -3,7 +3,7 @@ import mongoose from 'mongoose';
import bodyParser from 'body-parser';
import cookieParser from 'cookie-parser';
import session from 'express-session';
const MongoStore = require('connect-mongo/es5')(session);
const MongoStore = require('connect-mongo')(session);
import passport from 'passport';
import path from 'path';