Procházet zdrojové kódy

Fixing refactor bugs.

Brian E. Granger před 8 roky
rodič
revize
1ac8da4fe1

+ 1 - 0
jupyterlab/package.json

@@ -38,6 +38,7 @@
     "@jupyterlab/tooltip-extension": "^0.5.1",
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/theme-assets": "^0.4.0",
+    "@jupyterlab/theme-light-extension": "^0.4.0",
     "es6-promise": "^4.1.0",
     "font-awesome": "^4.6.3"
   },

+ 2 - 2
packages/theme-light-extension/package.json

@@ -7,13 +7,13 @@
   "files": [
     "lib/*.d.ts",
     "lib/*.js",
-    "style/*.css",
+    "style/*.css"
   ],
   "directories": {
     "lib": "lib/"
   },
   "dependencies": {
-    "@jupyterlab/application": "^0.4.0",
+    "@jupyterlab/application": "^0.4.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 1 - 1
packages/theme-light-extension/src/index.ts

@@ -8,7 +8,7 @@ import '../style/index.css';
  * Initialization data for the {{ cookiecutter.extension_name }} extension.
  */
 const extension: JupyterLabPlugin<void> = {
-  id: 'jupyter.extensions.theme-light,
+  id: 'jupyter.themes.light',
   autoStart: true,
   activate: (app) => {
     console.log('Light theme is activated!');