tuananh / kompression

This is a fork of koa-compress with support for brotli compression
MIT License
8 stars 4 forks source link

Track latest semver compatible deps #3

Closed richard-riverford closed 5 years ago

richard-riverford commented 5 years ago

Tweaked dependency version specifiers to track the latest compatible versions of those packages.

mikl commented 5 years ago

@tuananh sorry to bother you, but this fix would be good to get merged.

If you're not interested in maintaining this module any more, I could also take it off your hands.

richard-riverford commented 5 years ago

It's great that this has been merged, but we also need to have a new version published to npm, don't we?

mikl commented 5 years ago

@richard-riverford you can install it directly from Github by adding something like this to package.json:

  "dependencies": {
    "koa": "^2.7.0",
    "kompression": "github:tuananh/kompression#ab0ae596"
  }
richard-riverford commented 5 years ago

Yes, true, and in fact that's what I've been doing for a while now to use my patched fork instead of upstream, but doing that breaks tools like npm outdated.

tuananh commented 5 years ago

new version published