-
Notifications
You must be signed in to change notification settings - Fork 86
Consider a bower package? #9
Comments
I've added And since considering |
If you say so, why not have another one named |
@fraserxu Because Also, this package's description is "Underscore adapter for AngularJS", i.e., it's just an adapter, not an implementation of |
@floydsoft I've tested installing ver. 0.4.0 but I have this error in return:
|
Indeed. Tagging the releases would be nice. But in the meantime just do
|
Yes, I already did that to fix the dependency. |
@sentenza You can only try install it directly without adding the version. |
+1 for tagging the version - my webapp stopped working because of the fact, that angular-underscore was updated to latest version, while I had older version of underscore in bower. |
@tomaszkrym I added the tag v0.5.0, could you mind to test for it? |
@floydsoft it works fine, thanks! |
I've been using this in my project, but we are using
bower
as the package manager. Have you consider to make it installable through bower?BTW, in order to use this, I also have to include
underscore
in mybower.json
file, I want something likeangular-underscore
in my json file, thanks!The text was updated successfully, but these errors were encountered: