From da15a1b04be53aea405801e8d9b0caf7ac354268 Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Tue, 14 Jan 2025 16:41:30 +0000 Subject: [PATCH] fix(): Package name. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a3aed9..e4fc769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@cqcl/quantinuum-ui", + "name": "@quantinuum/quantinuum-ui", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@cqcl/quantinuum-ui", + "name": "@quantinuum/quantinuum-ui", "version": "1.0.0", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index e9c7083..04e95ce 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@cqcl/quantinuum-ui", + "name": "@quantinuum/quantinuum-ui", "version": "1.0.0", "description": "Quantinuum design system.", "private": false,