sindresorhus / pretty-ms

Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
MIT License
1.08k stars 65 forks source link

still listed in bower registry #3

Closed es128 closed 10 years ago

es128 commented 10 years ago

It appears that bower support has been dropped in favor of browserify, so shouldn't this repo be de-listed from the bower registry?

sindresorhus commented 10 years ago

Browserify works with Bower too. So does Webpack.

es128 commented 10 years ago

AFAICT using bower install pretty-ms does not pull down the parse-ms dep. Will browserify figure this out on its own?

If you know of a reference explaining how to easily set this up via bower (plus whatever build steps) in a project that is not already browserified, it would be great if you could link to it in your README.

Thanks.