toji / webgl-quake3

WebGL Quake 3 level renderer
http://media.tojicode.com/q3bsp
265 stars 62 forks source link

properly update express using required middlewares #17

Closed ivnnv closed 4 years ago

ivnnv commented 4 years ago

Hi, This is my way of saying thank you for this amazing project.

This PR updates express to its last version, which from v4 requires static middlewares to be imported using their independent packages as they are no longer part of the express core.

toji commented 4 years ago

Thanks!