Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Package extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Bancioiu committed Jul 6, 2020
1 parent 4584b35 commit 5837840
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
39 changes: 17 additions & 22 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/ElrondNetwork/elrond-ide-vscode.git"
},
"engines": {
"vscode": "^1.38.0"
"vscode": "^1.46.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -210,7 +210,6 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/glob": "^7.1.2",
"@types/mocha": "^5.2.6",
"@types/node": "^10.17.26",
"@types/request": "^2.48.5",
Expand All @@ -222,12 +221,11 @@
"vscode-test": "^1.4.0"
},
"dependencies": {
"glob": "^7.1.6",
"request": "^2.88.2",
"underscore": "^1.10.2"
},
"extensionDependencies": [
"rust-lang.rust",
"vadimcn.vscode-lldb"
]
}
}

0 comments on commit 5837840

Please sign in to comment.