From 160b1ae4062772313de2da12811edc73a0c9271d Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Wed, 18 Oct 2023 09:09:12 +0530 Subject: [PATCH] chore: update package name --- packages/hoppscotch-common/src/components.d.ts | 1 - packages/hoppscotch-selfhost-desktop/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/hoppscotch-common/src/components.d.ts b/packages/hoppscotch-common/src/components.d.ts index 62d11b4d9..b7a89789a 100644 --- a/packages/hoppscotch-common/src/components.d.ts +++ b/packages/hoppscotch-common/src/components.d.ts @@ -93,7 +93,6 @@ declare module 'vue' { HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary'] HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'] HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'] - HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete'] HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox'] HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal'] HoppSmartExpand: typeof import('@hoppscotch/ui')['HoppSmartExpand'] diff --git a/packages/hoppscotch-selfhost-desktop/package.json b/packages/hoppscotch-selfhost-desktop/package.json index c160b528b..6d7649d1f 100644 --- a/packages/hoppscotch-selfhost-desktop/package.json +++ b/packages/hoppscotch-selfhost-desktop/package.json @@ -1,5 +1,5 @@ { - "name": "@hoppscotch/desktop", + "name": "@hoppscotch/selfhost-desktop", "private": true, "version": "0.0.0", "type": "module",