gravity-ui / expresskit

MIT License
4 stars 2 forks source link

fix: Fix type of cookie-parser dependency #8

Closed joshuan closed 1 year ago

joshuan commented 1 year ago

In the previous version of the project, when using the @gravity-ui/expresskit, it was necessary to explicitly import cookie-parser, even though the user code did not depend on it. This introduced unnecessary complexity and confusion. I have moved the cookie-parser dependency from the devDependencies section to the production dependencies section.

resure commented 1 year ago

released as v0.3.0