remove dev changes
This commit is contained in:
parent
2ea803349a
commit
da493e4014
3 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,6 @@ $light-primary-text-color: #333;
|
||||||
$light-secondary-text-color: #6b6b6b;
|
$light-secondary-text-color: #6b6b6b;
|
||||||
$light-inactive-text-color: #b5b5b5;
|
$light-inactive-text-color: #b5b5b5;
|
||||||
$light-background-color: #fdfdfd;
|
$light-background-color: #fdfdfd;
|
||||||
$light-sidebar-background: $white;
|
|
||||||
|
|
||||||
$light-button-background-color: #f4f4f4;
|
$light-button-background-color: #f4f4f4;
|
||||||
$light-button-color: $black;
|
$light-button-color: $black;
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"bson-objectid": "^1.1.4",
|
"bson-objectid": "^1.1.4",
|
||||||
"classnames": "^2.2.5",
|
"classnames": "^2.2.5",
|
||||||
"codemirror": "^5.14.2",
|
"codemirror": "^5.14.2",
|
||||||
"connect-mongo": "^1.0.0",
|
"connect-mongo": "^1.2.0",
|
||||||
"cookie-parser": "^1.4.1",
|
"cookie-parser": "^1.4.1",
|
||||||
"dotenv": "^2.0.0",
|
"dotenv": "^2.0.0",
|
||||||
"escape-string-regexp": "^1.0.5",
|
"escape-string-regexp": "^1.0.5",
|
||||||
|
|
|
@ -3,7 +3,7 @@ import mongoose from 'mongoose';
|
||||||
import bodyParser from 'body-parser';
|
import bodyParser from 'body-parser';
|
||||||
import cookieParser from 'cookie-parser';
|
import cookieParser from 'cookie-parser';
|
||||||
import session from 'express-session';
|
import session from 'express-session';
|
||||||
const MongoStore = require('connect-mongo/es5')(session);
|
const MongoStore = require('connect-mongo')(session);
|
||||||
import passport from 'passport';
|
import passport from 'passport';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue