Skip to content

Commit 723ce18

Browse files
committed
Removed unused dependency
1 parent 0b81543 commit 723ce18

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (app.get('env') === 'development') {
4747
});
4848
} else {
4949
// production error handler
50-
// no stacktraces leaked to user
50+
// no stack traces leaked to user
5151
app.use((err, req, res) => {
5252
res.status(err.status || 500);
5353
res.render('error', {

package-lock.json

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"express": "4.16.3",
1414
"morgan": "1.8.2",
1515
"pug": "2.0.0-rc.2",
16-
"serve-favicon": "2.4.3",
1716
"socket.io": "2.0.3",
1817
"sqlite3": "4.0.2"
1918
},

0 commit comments

Comments
 (0)