vtex / styleguide

The VTEX Design System and React component library.

Home Page:https://styleguide.vtex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated package.json dependencies in root and react folders

ericreis opened this issue · comments

Describe the bug
We currently have two package.json in the Styleguide project. One is for the npm publish (the one in the root folder) and one for the VTEX IO publish (the one in the react folder). This forces us to maintain the source of truth for the dependencies, what could very possibly lead to an error (as seen in #458)

Expected behavior
Only declare depencies once and maintain only one package.json.