skonves / express-http-context

Get and set request-scoped context anywhere
MIT License
300 stars 26 forks source link

Moving @types dependencies to devDependencies #45

Open barakshechter opened 4 years ago

barakshechter commented 4 years ago

Moving the type dependencies to devDependencies since the compiled index.js has no direct need for them. The only hard dependency this library needs is cls-hooked.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 74da83724353506e1baf7ccff670c8105097a1d5 on barakshechter:move-type-deps-to-dev-only into f6b63dc89618b9890066dd5387466701a2e293dc on skonves:master.

barakshechter commented 4 years ago

Hi @skonves ,

I was depending on your library when I noticed it had a hard dependency on express types, which theoretically only apply when developing in typescript.