Skip to content

Commit c9584aa

Browse files
committed
update devDependencies to current vscode/typescript
This matches the versions found when you generate a new extension. Fixes issue #10.
1 parent 14c1e17 commit c9584aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"postinstall": "node ./node_modules/vscode/bin/install"
5555
},
5656
"devDependencies": {
57-
"typescript": "^1.6.2",
58-
"vscode": "0.10.x"
57+
"typescript": "^1.8.5",
58+
"vscode": "^0.11.0"
5959
},
6060
"icon": "clang-format.png",
6161
"repository": {

0 commit comments

Comments
 (0)