Skip to content

Commit c995170

Browse files
committed
Add missing vsce dependency in package.json.
1 parent 6246f55 commit c995170

File tree

2 files changed

+438
-4
lines changed

2 files changed

+438
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"github-changes": "^1.1.2",
4848
"ts-node": "^8.1.0",
4949
"tsc": "^1.20150623.0",
50-
"typescript": "^3.3.3"
50+
"typescript": "^3.3.3",
51+
"vsce": "^1.59.0"
5152
},
5253
"scripts": {
5354
"vscode:prepublish": "test -f ./syntaxes/Scala.tmLanguage.json",

0 commit comments

Comments
 (0)