Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower package #8

Open
jpuffer opened this issue Apr 22, 2015 · 3 comments
Open

bower package #8

jpuffer opened this issue Apr 22, 2015 · 3 comments

Comments

@jpuffer
Copy link

jpuffer commented Apr 22, 2015

Would be great to see this in a Bower package!

@rogeriopradoj
Copy link

@jpuffer you can make it possible for now using:

bower install https://raw.githubusercontent.com/codebox/moment-precise-range/master/readable-range.js

@aledoroshenko
Copy link

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

@virtual-marat
Copy link

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 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants