use debug protocol 1.11.0 and latest node-debug

This commit is contained in:
Andre Weinand 2016-07-27 14:40:55 +02:00
parent c876b6ea2a
commit bc258aa2a0
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"account": "monacobuild",
"container": "debuggers",
"zip": "f26533a/node-debug.zip",
"zip": "a18d683/node-debug.zip",
"output": ""
}

6
npm-shrinkwrap.json generated
View file

@ -408,9 +408,9 @@
"resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz"
},
"vscode-debugprotocol": {
"version": "1.10.0",
"from": "vscode-debugprotocol@1.10.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.10.0.tgz"
"version": "1.11.0",
"from": "vscode-debugprotocol@1.11.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.11.0.tgz"
},
"vscode-textmate": {
"version": "2.0.1",

View file

@ -27,7 +27,7 @@
"pty.js": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d",
"sax": "1.1.2",
"semver": "4.3.6",
"vscode-debugprotocol": "1.10.0",
"vscode-debugprotocol": "1.11.0",
"vscode-textmate": "2.0.1",
"winreg": "1.2.0",
"xterm": "git+https://github.com/sourcelair/xterm.js.git#65b2be7",