umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.18k stars 1.55k forks source link

make it available for npm #58

Closed bogomips closed 7 years ago

bogomips commented 8 years ago

It is a great job, you should make it available for npm, a lot of people would apreciate and use it.

umpirsky commented 8 years ago

Thanks. I'm not sure how npm is suitable because of the repo size. However, npm does allow to reference git repo direcly, right? So you can still use it.

n-sviridenko commented 7 years ago

It's impossible without the package.json. Would you add it, please?

umpirsky commented 7 years ago

@n-sviridenko Did you read https://docs.npmjs.com/files/package.json#repository? I think it is.

n-sviridenko commented 7 years ago

@umpirsky as I know, it is possible to use git repositories, but it should contain package.json in the root folder.

n-sviridenko commented 7 years ago

https://github.com/umpirsky/country-list/pull/71