mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Bumped express-hbs version
Fixes #830 - Bumped `express-hbs` version to `v0.5` which includes our updates to support azure (UNC paths) and a fix for caching of partials.
This commit is contained in:
parent
6cd22c306d
commit
52374f306e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
"engineStrict": true,
|
||||
"dependencies": {
|
||||
"express": "3.4.2",
|
||||
"express-hbs": "0.3.0",
|
||||
"express-hbs": "0.5.0",
|
||||
"connect-slashes": "0.0.10",
|
||||
"node-polyglot": "0.2.1",
|
||||
"moment": "2.1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue