Skip to content
New issue

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

Fresh install has minor linting issues in package.json #72

Closed
krassowski opened this issue May 14, 2024 · 0 comments · Fixed by #73
Closed

Fresh install has minor linting issues in package.json #72

krassowski opened this issue May 14, 2024 · 0 comments · Fixed by #73
Labels
bug Something isn't working

Comments

@krassowski
Copy link
Member

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",
@krassowski krassowski added the bug Something isn't working label May 14, 2024
fcollonval added a commit that referenced this issue May 20, 2024
fcollonval added a commit that referenced this issue May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant