From 8b10d0e2d8eae323149c7fd10aefddb29f68066d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 29 May 2024 15:58:34 +0000 Subject: [PATCH] update to new package name --- src/terminal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.ts b/src/terminal.ts index c81854e..977eed3 100644 --- a/src/terminal.ts +++ b/src/terminal.ts @@ -1,7 +1,7 @@ // Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. -import { JupyterFileSystem, Shell, IFileSystem } from '@ianthomas23/cockle'; +import { JupyterFileSystem, Shell, IFileSystem } from '@jupyterlite/cockle'; import { JSONPrimitive } from '@lumino/coreutils';