cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

Upgrade to Ghost to 0.11.3 and Casper theme to 1.3.4 #85

Closed bastilian closed 8 years ago

bastilian commented 8 years ago

And upgrade node to versions ^4.1.1

holic commented 8 years ago

For now, I think we should stick to a semver from Ghost's package.json: https://github.com/TryGhost/Ghost/blob/6d658f45d7925be3ddf6e039ef14fdddf9ae2dcd/package.json#L25

Until the 1.0 release, maybe we ought to just bump Node to ~0.12.0?

bastilian commented 8 years ago

I updated the node version to ~0.12.0 as suggested by @holic.

holic commented 8 years ago

Thanks @bastilian!