From df26a0cbddfd3ff6e5404d66405793c26e0f00e1 Mon Sep 17 00:00:00 2001 From: Konstantin Taletskiy Date: Fri, 30 Aug 2024 14:56:31 -0700 Subject: [PATCH] revert changes to install.json --- install.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.json b/install.json index 515b176..4c25885 100644 --- a/install.json +++ b/install.json @@ -1,5 +1,5 @@ { "packageManager": "python", - "packageName": "jupyterlab_latex", - "uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_latex" + "packageName": "jupyterlab-latex", + "uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab-latex" }