winstonjs / winston-loggly

A Loggly transport for winston
http://github.com/indexzero/winston-loggly
MIT License
85 stars 111 forks source link

Support for winston 1.0.0 #26

Closed chmac closed 9 years ago

chmac commented 9 years ago

When I try to install winston-loggly 1.0.5 I get the following:

npm ERR! peerinvalid The package winston does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer winston-loggly@1.0.5 wants winston@0.x.x

It looks like winston has gone 1.0.0 and this package doesn't support it.

I was able to workaround by installing winston 0.9.0 instead.

indexzero commented 9 years ago

Fixed in winston-loggly@1.1.0. We removed the peerDependencies all together.

chmac commented 9 years ago

Awesome, thanks. Now we can run the latest winston-loggly. :+1: