We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the devDependencies seem to be defined in each of the packages:
devDependencies
packages
gator/packages/labextension/package.json
Lines 63 to 69 in bb796be
We could probably move them to the top-level package.json:
package.json
gator/package.json
Line 23 in bb796be
As well as some of the prettier files.
The text was updated successfully, but these errors were encountered:
Move some of the dev dependencies to the top level
08f57cd
Fixes #112
Move some of the dev dependencies to the top level (#114)
0ad6ce7
fcollonval
Successfully merging a pull request may close this issue.
Description
Some of the
devDependencies
seem to be defined in each of thepackages
:gator/packages/labextension/package.json
Lines 63 to 69 in bb796be
We could probably move them to the top-level
package.json
:gator/package.json
Line 23 in bb796be
As well as some of the prettier files.
The text was updated successfully, but these errors were encountered: