removes cc from package.json

This commit is contained in:
Daltonic 2023-01-21 16:07:37 +01:00
parent 3717738895
commit b220812034
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Genesis", "name": "demo",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
@ -9,7 +9,6 @@
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
"dependencies": { "dependencies": {
"@cometchat-pro/chat": "^3.0.10",
"@nomiclabs/hardhat-ethers": "^2.1.0", "@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3", "@nomiclabs/hardhat-waffle": "^2.0.3",
"ethereum-waffle": "^3.4.4", "ethereum-waffle": "^3.4.4",