Add dependencies of the lib from devDependencies to peerDependencies #35
Labels
dependencies
Pull requests that update a dependency file
ready-to-work
Item is ready to work on it
severity-nice-to-have
Item is nice to have
Is your feature request related to a problem? Please describe.
Some dependencies of the lib like ( gotu etc) are listed as devDependencies, but are a peerDependencies as well (https://nodejs.org/es/blog/npm/peer-dependencies/) and should be added in this section too
Describe the solution you'd like
Like herbs2knex(https://github.com/herbsjs/herbs2knex/blob/master/package.json) the lib should list the peer dependency
The text was updated successfully, but these errors were encountered: