cloudhead / node-static

rfc 2616 compliant HTTP static-file server module, with built-in caching.
MIT License
2.17k stars 245 forks source link

Fixes 'mime' version to avoid breaking changes #196

Closed cpsubrian closed 7 years ago

cpsubrian commented 7 years ago

In general, using >= is not wise as you are accepting breaking API changes by rule. I recommend fixing the other dependencies versions (including the devDependencies) also to avoid issues like this in the future.

cpsubrian commented 7 years ago

Should resolve #195

cloudhead commented 7 years ago

Thanks, I merged another of these!