Skip to content

Commit 84e167a

Browse files
committed
Update packages for deployment
1 parent 9c0bb13 commit 84e167a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@
1818
},
1919
"homepage": "https://github.com/gits-lit/la-hacks-2019#readme",
2020
"dependencies": {
21-
"cors": "^2.8.5",
21+
"express": "^4.16.4",
22+
"express-handlebars": "^3.0.2",
2223
"firebase": "^5.9.2",
24+
"http": "0.0.0",
25+
"path": "^0.12.7",
26+
"request": "^2.88.0",
2327
"request-promise": "^4.2.4",
28+
"socket.io": "^2.2.0",
2429
"twilio": "^3.30.0"
2530
}
2631
}

server.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
global.config = require('./config.json');
33

44
/***** Import Modules *****/
5-
const cors = require('cors');
65
const express = require('express');
76
const exphbs = require('express-handlebars');
87
const path = require('path');

0 commit comments

Comments
 (0)