Procházet zdrojové kódy

Rename the celltags plugin id

Jeremy Tuloup před 4 roky
rodič
revize
899386089a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/celltags-extension/src/index.ts

+ 1 - 1
packages/celltags-extension/src/index.ts

@@ -11,7 +11,7 @@ import { TagTool } from '@jupyterlab/celltags';
  * Initialization data for the celltags extension.
  */
 const celltags: JupyterFrontEndPlugin<void> = {
-  id: 'celltags',
+  id: '@jupyterlab/celltags',
   autoStart: true,
   requires: [INotebookTools, INotebookTracker],
   activate: (