jinroh / kadoh

The Kademlia DHT in Javascript for Node.js and Browsers
http://jinroh.github.com/kadoh
Other
242 stars 31 forks source link

Node v0.8 dependency issues #58

Open jinroh opened 12 years ago

jinroh commented 12 years ago

We have dependency issue to handle node v0.8

https://secure.travis-ci.org/#!/jinroh/kadoh/jobs/1755512

alexstrat commented 12 years ago

Due to connect (https://github.com/jinroh/kadoh/blob/master/package.json#L18) .connect@2.3 is OK with node v0.8 (https://github.com/senchalabs/connect/blob/master/package.json#L26). I don't know if there is there is an API change between the two versions..

alexstrat commented 12 years ago

However, ntoe that (like many of our dependencies), connect is a dev-dependency.