You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use as a npm package should not import cli dependencies.
It always import cli packages like yargs, ora when I use it as a npm package, it is useless.
Describe the solution you'd like
Split to two package dpdm and dpdm-core, the first one should keep works with current version by importing dpdm-core, and the second one should not import cli related packages.
Describe alternatives you've considered
NO
Additional context
NO
The text was updated successfully, but these errors were encountered:
Use as a npm package should not import cli dependencies.
It always import cli packages like
yargs
,ora
when I use it as a npm package, it is useless.Describe the solution you'd like
Split to two package
dpdm
anddpdm-core
, the first one should keep works with current version by importingdpdm-core
, and the second one should not import cli related packages.Describe alternatives you've considered
NO
Additional context
NO
The text was updated successfully, but these errors were encountered: