0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Reverting express-hbs to 0.5.1

- there is some sort of bug with 0.5.2 when combined with recent changes which results in the following error:

/home/travis/build/TryGhost/Ghost/node_modules/express-hbs/lib/hbs.js:128
      if(count < self.partialsDir.length){
                                 ^
TypeError: Cannot read property 'length' of undefined
This commit is contained in:
Hannah Wolfe 2013-12-07 14:33:13 +00:00
parent 1b16518e40
commit 2636e1c1e3

View file

@ -38,7 +38,7 @@
"connect-slashes": "1.0.2",
"downsize": "0.0.4",
"express": "3.4.6",
"express-hbs": "0.5.2",
"express-hbs": "0.5.1",
"fs-extra": "0.8.1",
"knex": "0.5.0",
"moment": "2.4.0",