update engines to only support >=v0.8.x/libuv on the master branch

This commit is contained in:
brianc 2012-07-05 21:18:53 -05:00
parent 757316f33e
commit 66328cc6cb

View File

@ -16,5 +16,5 @@
"test" : "make test",
"install" : "node-gyp rebuild || (exit 0)"
},
"engines" : { "node": ">= 0.4.0" }
"engines" : { "node": ">= 0.8.0" }
}