Browse Source

Update the package templates

Steven Silvester 8 years ago
parent
commit
688d48d0a3
2 changed files with 2 additions and 1 deletions
  1. 1 1
      jupyterlab/package.app.json
  2. 1 0
      jupyterlab/package.json

+ 1 - 1
jupyterlab/package.app.json

@@ -129,7 +129,6 @@
       "@jupyterlab/rendermime-extension",
       "@jupyterlab/running-extension",
       "@jupyterlab/services-extension",
-      "@jupyterlab/settingeditor-extension",
       "@jupyterlab/shortcuts-extension",
       "@jupyterlab/tabmanager-extension",
       "@jupyterlab/terminal-extension",
@@ -137,6 +136,7 @@
       "@jupyterlab/tooltip-extension"
     ],
     "singletonPackages": [
+      "@jupyterlab/application",
       "@jupyterlab/apputils",
       "@jupyterlab/console",
       "@jupyterlab/coreutils",

+ 1 - 0
jupyterlab/package.json

@@ -136,6 +136,7 @@
       "@jupyterlab/tooltip-extension"
     ],
     "singletonPackages": [
+      "@jupyterlab/application",
       "@jupyterlab/apputils",
       "@jupyterlab/console",
       "@jupyterlab/coreutils",