improve dependency management #20
Labels
category: library
Shared code library
category: supporting code
Implementation of the system
type: issue
Something isn't working
type: proposal
New feature or request
Currently we have a situation where there is one top-level
package.json
file, and:/lib
) are independencies
/lib
) are expected/assumed to be provided by the library userdevDependencies
. This includes both build and run-time dependenciesThis situation will be hard to maintain. Preferably, we want:
peerDependencies
?)The text was updated successfully, but these errors were encountered: