Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored and benfdking committed Jun 16, 2024
1 parent 7a891eb commit b44b2a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
],
"main": "./dist/native.js",
"browser": "./dist/browser.js",
"contributes": {
"commands": [
{
"command": "code.helloWorld",
"title": "Hello World"
}
]
},
"scripts": {
"vscode:prepublish": "npm run build:wasm_lsp-release && npm run package",
"compile": "npm run check-types && npm run lint && node esbuild.js",
Expand Down

0 comments on commit b44b2a3

Please sign in to comment.