Skip to content
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

Remove winston dependency #12

Merged
merged 2 commits into from
Dec 30, 2013
Merged

Remove winston dependency #12

merged 2 commits into from
Dec 30, 2013

Commits on Dec 19, 2013

  1. Remove winston dependency

    Previously, winston-logstash would install a version of winston into
    node_modules/winston-logstash/node_modules/winston. If node chooses to
    use this version of winston rather than the cached version from
    node_modules/winston, the consuming application's winston would not have
    the Logstash transport attached to it.
    
    This fix removes winston as a dependency, and it is assumed that winston
    must be installed by the consumer.
    Dan Harbin committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    3a88cf9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. Restore winston as a peer dependency

    Dan Harbin committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    0fc3cb5 View commit details
    Browse the repository at this point in the history