sjlu / cities

Lookup cities based on zipcodes or GPS coordinates
https://www.npmjs.com/package/cities
27 stars 15 forks source link

Dependencies? #1

Closed Routhinator closed 11 years ago

Routhinator commented 11 years ago

Two questions:

1, why the specification of Node 0.8 - this makes it so the module cannot be installed on any other version.

  1. Why the Express dependency? The module does not include any code from Express?
sjlu commented 11 years ago

Yeah, I use Express so that if you want to seamlessly run a web node of the service, you can.

However, I could have a package.json structural issue. Maybe I can rid of it if someone installs it as a module, but I'm not too familiar about to go about doing that. Pull requests are welcome!

As for node.js, that could have just been me being aggressive on my versions. Let me bump it down to 0.6.x and see what happens.

Sent from my iPhone

On Aug 2, 2013, at 12:48 PM, Chris Routh notifications@github.com wrote:

Two questions:

1, why the specification of Node 0.8 - this makes it so the module cannot be installed on any other version.

  1. Why the Express dependency? The module does not include any code from Express?

— Reply to this email directly or view it on GitHubhttps://github.com/sjlu/cities/issues/1 .

sjlu commented 11 years ago

See #2 for continuation.