alpheios-project / embed-lib

Alpheios Embedded Library
Other
6 stars 0 forks source link

move components into regular dependencies #72

Open balmas opened 5 years ago

balmas commented 5 years ago

I'm not sure we need this because embed-lib has its own dependency on components and components will get installed through it anyway

alpheiso-components is a dev dependency but it will still gets installed with npm install. But I'm wondering if it's worth moving components into "regular" dependencies inside the embed-lib package because we're linking it dynamically now and it is required for the embed-lib execution. What do you think?

_Originally posted by @kirlat in https://github.com/alpheios-project/alpheios_nemo_ui/pull/218_