mikejihbe / metrics

A metrics library for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relax engines requirement

mranney opened this issue · comments

package.json currently requires node 0.4, which makes this package not install on node 0.6. It seems to work fine on node 0.6 in my testing. Maybe you could change the engines spec to be ">=0.4.x" ?

Thanks mranney, v0.1.6 should resolve this for you.