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
diff --git a/package.json b/package.json index d89db23..a3555c5 100644 --- a/package.json +++ b/package.json @@ -58,9 +58,9 @@ }, "dependencies": { "@jupyterlab/application": "^4.0.0", - "@jupyterlab/settingregistry": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", - "@jupyterlab/services": "^7.0.0" + "@jupyterlab/services": "^7.0.0", + "@jupyterlab/settingregistry": "^4.0.0" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0", @@ -100,14 +100,14 @@ }, "jupyterlab": { "discovery": { - "server": { - "managers": [ - "pip" - ], - "base": { - "name": "my_extension" + "server": { + "managers": [ + "pip" + ], + "base": { + "name": "my_extension" + } } - } }, "extension": true, "outputDir": "my_extension/labextension",
The text was updated successfully, but these errors were encountered:
Fix linting issue
19ab8e3
Fixes #72
Fix linting issue (#73)
eda2e0d
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: