Skip to content

Commit

Permalink
chore(all): cleanup package versions and rm .all-contributorsrc (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
dave | d1onys1us authored Dec 24, 2022
1 parent 58f4259 commit cbf6105
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 147 deletions.
142 changes: 0 additions & 142 deletions .all-contributorsrc

This file was deleted.

3 changes: 2 additions & 1 deletion packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@taiko/ui",
"name": "@taiko/bridge-ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "pnpm run dev",
Expand Down
6 changes: 3 additions & 3 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/web",
"name": "@taiko/website",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit cbf6105

Please sign in to comment.