juttle / winston-logrotate

Log rotating transport for Winston
Apache License 2.0
10 stars 8 forks source link

Update winston dependency to use >= #6

Closed iongion closed 7 years ago

iongion commented 7 years ago

This would avoid having multiple winston dependencies due to versionning. Something like:

  "peerDependencies": {
    "winston": ">= 2.1.0"
  },