rsertelon / iso-3166-country-codes-angular

Javascript lib for ISO 3166 Country codes
http://rsertelon.github.io/iso-3166-country-codes-angular
The Unlicense
34 stars 31 forks source link

publish to npm registry #20

Closed ctaepper closed 8 years ago

ctaepper commented 8 years ago

In order for best usage of CommonJS module, this should be installable via npm, too... browserify & webpack users try to not use bower anymore

rsertelon commented 8 years ago

You speak of CommonJS, is there anything more to do than publishing the package on npm registry?

ctaepper commented 8 years ago

no, your module is perfectly prepared:

only thing missing is npm publishing, preferably with a new version including your current HEAD :)

(currently, the latest release doesnt include the commonjs tweaks)

rsertelon commented 8 years ago

Right, someone contributed the CommonJS compatibility :)

I will release as soon as #18 is fixed ;) and push to npm registry.

Thanks for the suggestion!

Note to self: https://docs.npmjs.com/getting-started/publishing-npm-packages

SpencerCarstens commented 8 years ago

+1

rsertelon commented 8 years ago

@ctaepper @SpencerCarstens It should be available on npm registry. Can you confirm it's OK please?

Thanks!

ctaepper commented 8 years ago

confirmed! thank you

rsertelon commented 8 years ago

Great ;)