mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Use Node 5.x
This commit is contained in:
parent
b9af07c785
commit
7bbcd705c6
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
"license": "MIT for the code, and CC-BY for the art and music",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
"node": "^5.1.1",
|
||||
"npm": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue