-
Notifications
You must be signed in to change notification settings - Fork 426
Make express an optional peer dependency #2814
Copy link
Copy link
Open
Labels
Description
express is a very heavy library with 67 dependencies: https://npmgraph.js.org/?q=express
It doesn't seem to be used in a required functionality here, but in optional functionality:
bolt-js/src/receivers/ExpressReceiver.ts
Line 26 in 7c0ed4f
| } from 'express'; |
Users who are using express will have it installed. Those who are using a different web server should not have express installed
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
Reactions are currently unavailable