Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rushabhkela committed Jan 24, 2022
1 parent f6f4a64 commit 04b859d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 217 deletions.
1 change: 0 additions & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ app.set('port', port);
*/

var server = http.createServer(app);
require('../socket-server')(server);

/**
* Listen on provided port, on all network interfaces.
Expand Down
213 changes: 0 additions & 213 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"realtime-newsapi": "^1.1.2",
"sentiment": "^5.0.2",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0"
"sentiment": "^5.0.2"
}
}

0 comments on commit 04b859d

Please sign in to comment.