Avoid unnecessary version bumps of @kiwicom/babel-plugin-orbit-components
silvenon opened this issue · 1 comments
silvenon commented
@kiwicom/babel-plugin-orbit-components
always gets a version bump because it has @kiwicom/orbit-components
in devDependencies
. It will probably be enough to remove it, otherwise we should consider removing all devDependencies
from both packages.
Success can be checked by running yarn release
, then seeing whether the version is unjustifiably bumped.
sampi commented
I'll take a look, if it can be done quickly