-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
simison
commented
Sep 16, 2015
- Remove deprecated "version": http://bower.io/docs/creating-packages/#version
- Add "license"
- Add "homepage"
- Use fuzzier version requirement for angular-messages (~)
@@ -12,7 +13,7 @@ | |||
"angular-ui-utils": "bower", | |||
"angular-ui-router": "~0.2", | |||
"angular-file-upload": "1.1.5", | |||
"angular-messages": "1.3.17", | |||
"angular-messages": "~1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we leave the .17 so we know what version it was brought in and tested with? That's helpful when a new version is released and it contains some random bug and we need to revert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind, tho this goes quite much into bikeshedding category anyway. :-)
Angular-messages is a core module, so it should be pretty solid and reliable for minor 1.3.x updates, just like the rest of the angular-* packages listed there. Just sayin'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Squash and I'll give my approval. Thanks! :)
@simison Left a line comment. Otherwise looks good. |
- Remove deprecated "version": http://bower.io/docs/creating-packages/#version - Add "license" - Add "homepage" - Use fuzzier version requirement for angular-messages (~)
@codydaig Squashed. |
LGTM! @simison Thanks! :-D |
LGTM |
LGTM |