chrisdew / protobuf

Protocol Buffers for Node.JS
http://code.google.com/p/protobuf-for-node/
Apache License 2.0
234 stars 71 forks source link

Are there any plans on adding node 0.10 to the engines? #36

Closed ckaatz-here closed 10 years ago

ckaatz-here commented 10 years ago

Hey, while using protobuf and installing my dependencies via npm i have seen an engine mismatch between node 0.10 and the stated engine in the package.json

"engines": { "node": ">= 0.8.0 < 0.9.0" }

Is there any plan to increase it to simething like:

"engines": { "node": ">= 0.8.0 < 0.11.0" }

because its working fine there as well....

Thanks

chrisdew commented 10 years ago

Yes, done.