Skip to content

Commit

Permalink
Merge pull request #48 from PraneshASP/staging
Browse files Browse the repository at this point in the history
👷 Remove solc
  • Loading branch information
PraneshASP authored Jul 23, 2024
2 parents 2a6764b + f8aedc9 commit b1b8226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 101 deletions.
99 changes: 3 additions & 96 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"onLanguage:tree"
],
"contributes": {

"commands": [
{
"command": "vscode-solidity-inspector.activeFile.irOptimizer",
Expand Down Expand Up @@ -109,8 +108,8 @@
"type": "boolean",
"default": true,
"description": "Show contract size information in the editor"
}
}
}
}
},
"keybindings": [
{
Expand Down Expand Up @@ -194,7 +193,6 @@
},
"dependencies": {
"cli-table3": "^0.6.3",
"path": "^0.12.7",
"solc": "^0.8.26"
"path": "^0.12.7"
}
}

0 comments on commit b1b8226

Please sign in to comment.