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

Package.json: Incorrect node version fix.

This commit is contained in:
omeid 2013-12-20 15:17:18 +11:00
parent 72420d2aa0
commit 1a794733d2

View file

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