-
Notifications
You must be signed in to change notification settings - Fork 59
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
Tag 0.5.0 release, otherwise bower can't find it. #14
Comments
This is now an ember-addon and should be installed through npm. |
I got confused because the installer was adding this to my bower. Anyways, I'm trying to use moment |
Probably you can remove moment from dependencies and add it via install ? |
Moment is an npm dep as well, moment time zone is a bower dep and brings in moment with it. I'll try and see about bringing moment time zone in as an npm dep as well |
cool, I'm experimenting in my own fork and doing this abuiles@a332ae4 works perfect for the scenario I'm tryng to cover. (maybe it might need to go in devDependencies) Also it looks like the
|
oh, |
Can you post your project or reproduce this in an isolated app? |
@jasonmit ok, so the issue with the import seems to be only in my project, I didn't get the issue in a clean project. thanks! |
the idea down the road is to kill bower, so that could be better too. |
@abuiles because it's already being pulled in via bower as a dep of moment-timezone, so might as well use that instead of pulling it in twice once via bower and once via npm. I can't use the moment-timezone package over npm because it does not provide |
No description provided.
The text was updated successfully, but these errors were encountered: