plex icon indicating copy to clipboard operation
plex copied to clipboard

Move archiver and git-branch to devDependencies?

Open hubgit opened this issue 6 years ago • 3 comments

It feels like archiver and git-branch shouldn't need to be installed as dependencies when using the font files.

https://github.com/IBM/plex/blob/master/package.json#L22-L25

hubgit avatar Feb 14 '19 13:02 hubgit

Agreed. Installing a font package for production probably shouldn't install 105 packages.

$ yarn add @ibm/plex
success Saved 105 new dependencies.
info Direct dependencies
└─ @ibm/[email protected]
$

Related to #177 too.

akx avatar Mar 11 '19 11:03 akx

Going to have to look into this, the only reason I can see for having them as regular dependencies is some limitation of the CI build.

vpicone avatar Mar 11 '19 13:03 vpicone

@vpicone should this close?

mjabbink avatar Jul 17 '21 06:07 mjabbink