codebox / moment-precise-range

A moment.js plugin to display human-readable date/time ranges
https://codebox.net/pages/moment-date-range-plugin
MIT License
150 stars 91 forks source link

bower package #8

Open jpuffer opened 9 years ago

jpuffer commented 9 years ago

Would be great to see this in a Bower package!

rogeriopradoj commented 8 years ago

@jpuffer you can make it possible for now using:

bower install https://raw.githubusercontent.com/codebox/moment-precise-range/master/readable-range.js
aledoroshenko commented 8 years ago

I guess now it doesn't work? It would be nice to have it in bower.

virtual-marat commented 7 years ago

I am add in bower.json:

"moment-precise-range": "codebox/moment-precise-range#latest"

and add in wiredep conf:

overrides: {
    "moment-precise-range": {
        "main": [
            "moment-precise-range.js"
        ],
        "dependencies": {
            "moment": "*"
        }
    }
}

It works for me :wink: