Skip to content

Commit

Permalink
Add missing vsce dependency in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed May 2, 2019
1 parent 6246f55 commit c995170
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"github-changes": "^1.1.2",
"ts-node": "^8.1.0",
"tsc": "^1.20150623.0",
"typescript": "^3.3.3"
"typescript": "^3.3.3",
"vsce": "^1.59.0"
},
"scripts": {
"vscode:prepublish": "test -f ./syntaxes/Scala.tmLanguage.json",
Expand Down
Loading

0 comments on commit c995170

Please sign in to comment.