fix required node version

This commit is contained in:
Sami Samhuri 2011-11-05 18:58:32 -07:00
parent 4da17cbfcc
commit 4f7823d11a

View file

@ -17,7 +17,7 @@
},
"main": "./northwatcher.js",
"engines": {
"node": "0.4.x - 0.6.x"
"node": ">=0.4.x"
},
"licenses": [
{