HenningM / express-ws

WebSocket endpoints for express applications
BSD 2-Clause "Simplified" License
877 stars 142 forks source link

Get rid of warning when using Express 5 (alpha.2) #44

Closed krzysztof-miemiec closed 7 years ago

krzysztof-miemiec commented 8 years ago

I'm using express-ws@2.0.0 with express@5.0.0-alpha.2 successfully. Can we update package.json to get rid of npm warning: npm WARN express-ws@2.0.0 requires a peer of express@^4.0.0 but none was installed. the only required change: "express": "^4.0.0" to "express": "^4.0.0 || ^5.0.0-alpha.2"

HenningM commented 7 years ago

Should work with version 3.0.0.