Skip to content

Commit

Permalink
Upgrade express-handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Feb 5, 2021
1 parent d25f73d commit 150ece4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion frontend/webinterface.js
Expand Up @@ -4,7 +4,7 @@ var express = require('express'),
favicon = require('serve-favicon'),
compression = require('compression'),
errorHandler = require('errorhandler'),
exphbs = require('express3-handlebars'),
exphbs = require('express-handlebars'),
stylus = require('stylus'),
routes = require('./routes'),
http = require('http'),
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"errorhandler": "1.1.0",
"eventemitter2": "0.4.13",
"express": "4.4.3",
"express3-handlebars": "0.5.0",
"express-handlebars": "5.2.0",
"grunt": "1.3.0",
"grunt-browserify": "2.1.0",
"grunt-cli": "0.1.13",
Expand Down

0 comments on commit 150ece4

Please sign in to comment.