mcollina / hyperemitter

Horizontally Scalable EventEmitter powered by a Merkle DAG
ISC License
70 stars 2 forks source link

Build Error on io.js #20

Closed mcdonnelldean closed 9 years ago

mcdonnelldean commented 9 years ago

Via @LinusU, we are failing on io.js, from #18

"The build error is because leveldown doesn't work with iojs 3.0 which was recently released. This package is depending on level which in turn depends on leveldown. Since your travis yml specifies iojs it switched to 3.0 when it was released. It was fixed yesterday in levldown master, they will probably cut a new release soon. Commit: ff8a40b"

I'll keep an eye on this and update when appropriate.

mcdonnelldean commented 9 years ago

Build is passing again as of #21