Skip to content

Commit

Permalink
Rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Oct 15, 2024
1 parent bc8c238 commit eb8b795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const plugins = kernel_list.map(
);

const empackEnvMetaPlugin: JupyterLiteServerPlugin<IEmpackEnvMetaFile> = {
id: '@jupyterlite/xeus-python:empack-env-meta',
id: '@jupyterlite/xeus:empack-env-meta',
autoStart: true,
provides: IEmpackEnvMetaFile,
activate: (): IEmpackEnvMetaFile => {
Expand Down
2 changes: 1 addition & 1 deletion src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ export interface IEmpackEnvMetaFile {
}

export const IEmpackEnvMetaFile = new Token<IEmpackEnvMetaFile>(
'@jupyterlite/xeus-python:IEmpackEnvMetaFile'
'@jupyterlite/xeus:IEmpackEnvMetaFile'
);

0 comments on commit eb8b795

Please sign in to comment.