cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

[#97] Support --no-check flag #99

Closed cmorten closed 3 years ago

cmorten commented 3 years ago

Issue

Fixes #97.

Details

Upgrades https://github.com/garronej/evt module to 1.9.12 in order to support the --no-check flag.

CheckList