ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

`angular-mocks` and `angular-loader` should be `devDependencies` #56

Closed jaketodaro closed 7 years ago

jaketodaro commented 8 years ago

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 be 0.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.

ajbrown commented 8 years ago

@jaketodaro Good callout on semver. I'll get the deps fixed as well.

ajbrown commented 8 years ago

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.

ajbrown commented 7 years ago

Fixed