Skip to content

Commit f8aedc9

Browse files
committed
chore: 👷 remove solc
1 parent 73b229a commit f8aedc9

File tree

2 files changed

+6
-101
lines changed

2 files changed

+6
-101
lines changed

package-lock.json

Lines changed: 3 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"onLanguage:tree"
3434
],
3535
"contributes": {
36-
3736
"commands": [
3837
{
3938
"command": "vscode-solidity-inspector.activeFile.irOptimizer",
@@ -109,8 +108,8 @@
109108
"type": "boolean",
110109
"default": true,
111110
"description": "Show contract size information in the editor"
112-
}
113-
}
111+
}
112+
}
114113
},
115114
"keybindings": [
116115
{
@@ -194,7 +193,6 @@
194193
},
195194
"dependencies": {
196195
"cli-table3": "^0.6.3",
197-
"path": "^0.12.7",
198-
"solc": "^0.8.26"
196+
"path": "^0.12.7"
199197
}
200198
}

0 commit comments

Comments
 (0)