diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 809c3abe0ed..00000000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,142 +0,0 @@ -{ - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "commitConvention": "angular", - "contributors": [ - { - "login": "d1onys1us", - "name": "d1onys1us", - "avatar_url": "https://avatars.githubusercontent.com/u/13951458?v=4", - "profile": "https://github.com/d1onys1us", - "contributions": [ - "doc" - ] - }, - { - "login": "davidtaikocha", - "name": "David", - "avatar_url": "https://avatars.githubusercontent.com/u/104078303?v=4", - "profile": "https://github.com/davidtaikocha", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "dantaik", - "name": "dantaik", - "avatar_url": "https://avatars.githubusercontent.com/u/99078276?v=4", - "profile": "http://taiko.xyz", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "cyberhorsey", - "name": "cyberhorsey", - "avatar_url": "https://avatars.githubusercontent.com/u/113397187?v=4", - "profile": "https://github.com/cyberhorsey", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "RogerLamTd", - "name": "RogerLamTd", - "avatar_url": "https://avatars.githubusercontent.com/u/50648015?v=4", - "profile": "https://github.com/RogerLamTd", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "alexshliu", - "name": "alexshliu", - "avatar_url": "https://avatars.githubusercontent.com/u/104080237?v=4", - "profile": "https://github.com/alexshliu", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "kirataik", - "name": "kirataik", - "avatar_url": "https://avatars.githubusercontent.com/u/104244966?v=4", - "profile": "https://github.com/kirataik", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "mfinestone", - "name": "mfinestone", - "avatar_url": "https://avatars.githubusercontent.com/u/36642873?v=4", - "profile": "https://github.com/mfinestone", - "contributions": [ - "business", - "content" - ] - }, - { - "login": "shadab-taiko", - "name": "shadab-taiko", - "avatar_url": "https://avatars.githubusercontent.com/u/108871478?v=4", - "profile": "https://github.com/shadab-taiko", - "contributions": [ - "doc", - "code" - ] - }, - { - "login": "1xDeFi", - "name": "1xDeFi", - "avatar_url": "https://avatars.githubusercontent.com/u/90858998?v=4", - "profile": "https://github.com/1xDeFi", - "contributions": [ - "doc" - ] - }, - { - "login": "odesium", - "name": "Ben", - "avatar_url": "https://avatars.githubusercontent.com/u/56487762?v=4", - "profile": "https://github.com/odesium", - "contributions": [ - "doc" - ] - }, - { - "login": "omahs", - "name": "omahs", - "avatar_url": "https://avatars.githubusercontent.com/u/73983677?v=4", - "profile": "https://github.com/omahs", - "contributions": [ - "doc" - ] - }, - { - "login": "wolfderechter", - "name": "wolfderechter", - "avatar_url": "https://avatars.githubusercontent.com/u/60930264?v=4", - "profile": "https://github.com/wolfderechter", - "contributions": [ - "code", - "doc" - ] - } - ], - "contributorsPerLine": 7, - "skipCi": true, - "repoType": "github", - "repoHost": "https://github.com", - "projectName": "taiko-mono", - "projectOwner": "taikoxyz" -} diff --git a/packages/bridge-ui/package.json b/packages/bridge-ui/package.json index d084f58c3f3..4e565227eaf 100644 --- a/packages/bridge-ui/package.json +++ b/packages/bridge-ui/package.json @@ -1,6 +1,7 @@ { - "name": "@taiko/ui", + "name": "@taiko/bridge-ui", "version": "0.0.0", + "private": true, "type": "module", "scripts": { "start": "pnpm run dev", diff --git a/packages/protocol/package.json b/packages/protocol/package.json index eb44fdcf17d..fbebf637597 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,7 +1,7 @@ { - "name": "@taiko/proto", - "version": "1.0.0", - "description": "Taiko L2 Protocol", + "name": "@taiko/protocol", + "version": "0.0.0", + "private": true, "scripts": { "compile": "pnpm hardhat preprocess && pnpm hardhat compile", "export:abi": "pnpm hardhat clear-abi && pnpm hardhat export-abi", diff --git a/packages/website/package.json b/packages/website/package.json index b2e5adef5da..152caba2ae5 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,5 +1,5 @@ { - "name": "@taiko/web", + "name": "@taiko/website", "version": "0.0.0", "private": true, "scripts": {