mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
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",
|
||||
"install" : "node-gyp rebuild || (exit 0)"
|
||||
},
|
||||
"engines" : { "node": ">= 0.4.0" }
|
||||
"engines" : { "node": ">= 0.8.0" }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user