chrisvxd / story2sketch

Convert Storybook into Sketch symbols 💎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move bundled dependencies to devDependencies

chrisvxd opened this issue · comments

Many dependencies are bundled into the app as part of the current compilation process, but are listed in dependencies. This might lead consumers of story2sketch to believe they can control the installed version of html-sketchapp, when bumping the version will do nothing since it is compiled into the bundle.

These dependencies should be moved into devDependencies to prevent misleading consumers of the package.

We might alternatively want to consider #35.

CC @simon360.