fictorial / redis-node-client

Redis client for Node.js (abandoned)
MIT License
410 stars 64 forks source link

npm #25

Closed jbr closed 14 years ago

jbr commented 14 years ago

I'd like to add a dependency on redis-node-client in npm, but it seems it's not in npm. The package installs cleanly locally, so it would just be a matter of "npm publish ." Thanks!

fictorial commented 14 years ago

Yeah, I know. I've been trying to stay package-manager agnostic until one becomes dominant. I don't want to get into the situation where I need to maintain the package on kiwi, seed.js, npm, nodules, etc. I know @isaacs was messing around with the package.json file contents. I might publish it soon though I guess.

atmos commented 14 years ago

Is there any reason that this isn't released to the npm registry now? I'm trying to upgrade some of my existing libs to npm and it'd help if redis-client was in the registry.

fictorial commented 14 years ago

I answered this above.

fictorial commented 14 years ago

I will do this soon... sorry.