mckamey / countdownjs

A simple JavaScript API for producing an accurate, intuitive description of the timespan between two Date instances.
http://countdownjs.org
MIT License
497 stars 95 forks source link

browserify-ngannotate-fix #16

Closed EightArmCode closed 3 years ago

EightArmCode commented 7 years ago

add explicit module.exports declaration of countdown as named function outside of the IFFE for interoperability with browserify-ngannotate

We love this tool in our office, but sadly it doesn't survive our browserify transform step for ngannotate. However this minor fix makes it work. I don't know how to run your tests, so I hope the fix is helpful and you opt to publish it.