Mottie / javascript-number-formatter

Lightweight & Fast JavaScript Number Formatter
http://mottie.github.io/javascript-number-formatter/
MIT License
141 stars 37 forks source link

Npm version not working #3

Closed doArcanjo closed 8 years ago

doArcanjo commented 8 years ago

Check Npm package!

Mottie commented 8 years ago

Hi @doArcanjo!

Thanks! I'll get this fixed ASAP!

Mottie commented 8 years ago

Ok, I've verified that it's working now...

quick online test here: https://tonicdev.com/npm/number-format.js

require("number-format.js")( "#,##0.####", 1234567.890 );
// result: "1,234,567.89"

Thanks again!

doArcanjo commented 8 years ago

No problem, keep up the good work!