Skip to content

Commit

Permalink
Rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetson committed Nov 29, 2023
1 parent 63d55c8 commit 878a6c6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@se-2/hardhat",
"name": "nft-bridge-smartcontracts",
"version": "0.0.1",
"scripts": {
"account": "hardhat run scripts/listAccount.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@se-2/nextjs",
"name": "nft-bridge-frontend",
"private": true,
"version": "0.1.0",
"scripts": {
Expand Down

0 comments on commit 878a6c6

Please sign in to comment.