guzru / winston-sentry

Sentry transport for winston logger for node js
MIT License
82 stars 37 forks source link

Use peerDependencies for Winston #10

Closed shaharke closed 10 years ago

shaharke commented 10 years ago

This should be a best practice for plugin projects. See http://blog.nodejs.org/2013/02/07/peer-dependencies/.

guzru commented 10 years ago

Thanks!