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:
commit
b6d70cee31
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
"test": "grunt validate --verbose"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.*"
|
||||
"node": "~0.10.0"
|
||||
},
|
||||
"engineStrict": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue