poelstra / ts-stream

Type-safe object streams with seamless support for backpressure, ending, and error handling
MIT License
65 stars 13 forks source link

Conflicting node typings version #28

Closed mgroenhoff closed 7 years ago

mgroenhoff commented 7 years ago

In your package.json you have a dependency on a specific version of @types/node (v6) which results in Conflicting definitions for 'node' if I depend on v7.

My suggestion is to change the semver pattern to "latest" or "*"

poelstra commented 7 years ago

Thanks a lot @mgroenhoff ! Nice touch of even updating the Changelog :+1:

Released in 0.9.1 on npm.