From b220812034c7185e111186b230d7726ee2f1afd9 Mon Sep 17 00:00:00 2001 From: Daltonic Date: Sat, 21 Jan 2023 16:07:37 +0100 Subject: [PATCH] removes cc from package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 909cf83..f062314 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Genesis", + "name": "demo", "private": true, "version": "0.0.0", "scripts": { @@ -9,7 +9,6 @@ "eject": "react-scripts eject" }, "dependencies": { - "@cometchat-pro/chat": "^3.0.10", "@nomiclabs/hardhat-ethers": "^2.1.0", "@nomiclabs/hardhat-waffle": "^2.0.3", "ethereum-waffle": "^3.4.4",