Skip to content

Commit

Permalink
Merge pull request #40 from ethereum-optimism/12-20-feat_fix_package_…
Browse files Browse the repository at this point in the history
…name

feat: fix package name
  • Loading branch information
jakim929 authored Dec 21, 2024
2 parents f22aa54 + f300f86 commit dc501af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"drizzle"
],
"dependencies": {
"@super-cli/signer-frontend": "workspace:*",
"@eth-optimism/viem": "^0.0.11",
"@hono/node-server": "^1.13.7",
"@inkjs/ui": "^2.0.0",
Expand Down Expand Up @@ -56,6 +55,7 @@
"zustand": "^5.0.1"
},
"devDependencies": {
"@eth-optimism/super-cli-signer-frontend": "workspace:*",
"@types/node": "^22.9.0",
"@types/react": "^18.0.32",
"@vdemedes/prettier-config": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@super-cli/signer-frontend",
"name": "@eth-optimism/super-cli-signer-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc501af

Please sign in to comment.