2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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": {