Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jul 29, 2023
1 parent b792a45 commit b955d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"editor.codeActionsOnSave": {
"source.organizeImports.rome": true
}, "workbench.colorCustomizations": {
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#D65076",
"titleBar.inactiveBackground": "#D65076"
}
Expand Down
8 changes: 1 addition & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@
"typecheck": "tsc --noEmit",
"test": "vitest"
},
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
],
"keywords": ["eth", "ethereum", "dapps", "web3"],
"author": "Kyle Scott",
"license": "MIT",
"repository": "kyscott18/reverse-mirage",
Expand Down

0 comments on commit b955d12

Please sign in to comment.