0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #1717 from omeid/master

Package.json: Incorrect node version fix.
This commit is contained in:
Hannah Wolfe 2013-12-20 07:31:08 -08:00
commit b6d70cee31

View file

@ -28,7 +28,7 @@
"test": "grunt validate --verbose"
},
"engines": {
"node": "0.10.*"
"node": "~0.10.0"
},
"engineStrict": true,
"dependencies": {