bolt-js icon indicating copy to clipboard operation
bolt-js copied to clipboard

Change dependencies -> peerDependencies

Open vadjs opened this issue 8 months ago • 1 comments

Installation of the package @slack/bolt has next file structure: node_modules/@slack/bolt/node_modules Which brings complexity to the application. Also it makes it impossible to override package versions.

Renaming dependencies -> peerDependencies helps to get rid of this problem.

vadjs avatar Jun 24 '24 15:06 vadjs