mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
changed minimal node version
This commit is contained in:
parent
ca0af06cb2
commit
a2ee2c3512
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2012.08.*, Version 0.1.7
|
||||
|
||||
* Changed name of menu files, fixed npm and jitsu
|
||||
problem with menu showing.
|
||||
|
||||
|
||||
2012.08.24, Version 0.1.6
|
||||
|
||||
* From now jsload, cssload and anyload suport arrays.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": "0.6.x"
|
||||
"node": ">=0.4.x"
|
||||
},
|
||||
"main": "server.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue