update engines to only support >=v0.8.x/libuv on the master branch
This commit is contained in:
parent
757316f33e
commit
66328cc6cb
@ -16,5 +16,5 @@
|
|||||||
"test" : "make test",
|
"test" : "make test",
|
||||||
"install" : "node-gyp rebuild || (exit 0)"
|
"install" : "node-gyp rebuild || (exit 0)"
|
||||||
},
|
},
|
||||||
"engines" : { "node": ">= 0.4.0" }
|
"engines" : { "node": ">= 0.8.0" }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user