EvanHahn / HumanizeDuration.js

361000 becomes "6 minutes, 1 second"
https://evanhahn.github.io/HumanizeDuration.js/
The Unlicense
1.65k stars 175 forks source link

Remove Bower support #180

Closed EvanHahn closed 3 years ago

EvanHahn commented 4 years ago

The next version of HumanizeDuration.js should remove Bower support.

That should be a matter of:

  1. Deleting bower.json
  2. Updating the tests in test/package.js

We should make sure that we don't need to do anything else to remove Bower support. Is there documentation on the Bower website about this? Have other, similar libraries had to do something like this?

If this will cause major disruption for Bower users, we should abandon this issue and keep Bower support.

This pull request should be made against the v4.0.0 branch, which you can see in #176.