albeebe/phoneformat.js

Make package.json compatible with npm

vcarel opened this issue · 5 comments

I can't install phoneformat.js as a dependency in my npm's package.json, because the name field is missing.
Thanks !

+1 please register on NPM, takes only a few minutes to edit the json to add a main (point to the amd version) and register via npm register (i think that's the command)

@robertbaker Thanks for the link... But does it mean that albeebe does not maintain anymore his repo ?

No. That fork is considered better because it can be updated with a script
instead of hand editing. Not sure why a PR wasn't done to push the changes
upstream.

On Tue, Jun 16, 2015, 1:22 AM Vianney Carel notifications@github.com
wrote:

@robertbaker https://github.com/robertbaker Thanks for the link... But
does it mean that albeebe does not maintain anymore his repo ?


Reply to this email directly or view it on GitHub
#35 (comment)
.

Please try npm install phoneformat.js now. :)