changed minimal node version

This commit is contained in:
coderaiser 2012-08-24 09:33:23 -04:00
parent ca0af06cb2
commit a2ee2c3512
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -19,7 +19,7 @@
},
"devDependencies": {},
"engines": {
"node": "0.6.x"
"node": ">=0.4.x"
},
"main": "server.js"
}