From 878a6c6fe405b2cdcdc9474ebe4061c1ef33202d Mon Sep 17 00:00:00 2001 From: Medet Ahmetson Date: Thu, 30 Nov 2023 02:06:34 +0700 Subject: [PATCH] Rename packages --- package.json | 34 +++++++++++++++++----------------- packages/hardhat/package.json | 2 +- packages/nextjs/package.json | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index ffc3e38..5068871 100644 --- a/package.json +++ b/package.json @@ -9,25 +9,25 @@ ] }, "scripts": { - "account": "yarn workspace @se-2/hardhat account", - "chain": "yarn workspace @se-2/hardhat chain", - "fork": "yarn workspace @se-2/hardhat fork", - "deploy": "yarn workspace @se-2/hardhat deploy", - "verify": "yarn workspace @se-2/hardhat verify", - "compile": "yarn workspace @se-2/hardhat compile", - "generate": "yarn workspace @se-2/hardhat generate", - "hardhat:lint": "yarn workspace @se-2/hardhat lint", - "hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged", - "hardhat:test": "yarn workspace @se-2/hardhat test", + "account": "yarn workspace nft-bridge-smartcontracts account", + "chain": "yarn workspace nft-bridge-smartcontracts chain", + "fork": "yarn workspace nft-bridge-smartcontracts fork", + "deploy": "yarn workspace nft-bridge-smartcontracts deploy", + "verify": "yarn workspace nft-bridge-smartcontracts verify", + "compile": "yarn workspace nft-bridge-smartcontracts compile", + "generate": "yarn workspace nft-bridge-smartcontracts generate", + "hardhat:lint": "yarn workspace nft-bridge-smartcontracts lint", + "hardhat:lint-staged": "yarn workspace nft-bridge-smartcontracts lint-staged", + "hardhat:test": "yarn workspace nft-bridge-smartcontracts test", "test": "yarn hardhat:test", - "start": "yarn workspace @se-2/nextjs dev", - "next:lint": "yarn workspace @se-2/nextjs lint", - "next:format": "yarn workspace @se-2/nextjs format", - "next:check-types": "yarn workspace @se-2/nextjs check-types", + "start": "yarn workspace nft-bridge-frontend dev", + "next:lint": "yarn workspace nft-bridge-frontend lint", + "next:format": "yarn workspace nft-bridge-frontend format", + "next:check-types": "yarn workspace nft-bridge-frontend check-types", "postinstall": "husky install", "precommit": "lint-staged", - "vercel": "yarn workspace @se-2/nextjs vercel", - "vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo" + "vercel": "yarn workspace nft-bridge-frontend vercel", + "vercel:yolo": "yarn workspace nft-bridge-frontend vercel:yolo" }, "packageManager": "yarn@3.2.3", "devDependencies": { @@ -37,4 +37,4 @@ "resolutions": { "usehooks-ts@^2.7.2": "patch:usehooks-ts@npm:^2.7.2#./.yarn/patches/usehooks-ts-npm-2.7.2-fceffe0e43.patch" } -} \ No newline at end of file +} diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index d630720..52d71b0 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -1,5 +1,5 @@ { - "name": "@se-2/hardhat", + "name": "nft-bridge-smartcontracts", "version": "0.0.1", "scripts": { "account": "hardhat run scripts/listAccount.ts", diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index bde5b20..6f946cf 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,5 +1,5 @@ { - "name": "@se-2/nextjs", + "name": "nft-bridge-frontend", "private": true, "version": "0.1.0", "scripts": {