Closed jaketodaro closed 7 years ago
@jaketodaro Good callout on semver. I'll get the deps fixed as well.
For semver, I'm going to keep this on the 0.2 track for now since it's already published, but in the future we'll correctly bump the minor version when new features are added.
Fixed
These libs are not dependencies, they are dev dependencies. This is causing bower install conflicts in my app. https://github.com/ajbrown/angular-loggly-logger/blob/master/bower.json#L28
Also,
0.2.4
should probably be0.3.0
if you're strictly following semver since new features were added.I've added a custom bower resolution in my app for now but that isn't ideal.