update node debug (use final 1.9.0 protocol)

This commit is contained in:
Andre Weinand 2016-05-23 15:47:43 +02:00
parent 8a5a178530
commit 73cbbe8c57
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"account": "monacobuild",
"container": "debuggers",
"zip": "3c7ed19/node-debug.zip",
"zip": "73e0456/node-debug.zip",
"output": ""
}

6
npm-shrinkwrap.json generated
View file

@ -406,9 +406,9 @@
"resolved": "https://registry.npmjs.org/typechecker/-/typechecker-2.0.8.tgz"
},
"vscode-debugprotocol": {
"version": "1.8.0",
"from": "vscode-debugprotocol@1.8.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.8.0.tgz"
"version": "1.9.0",
"from": "vscode-debugprotocol@1.9.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.9.0.tgz"
},
"vscode-textmate": {
"version": "1.1.0",

View file

@ -31,7 +31,7 @@
"sax": "1.1.2",
"semver": "4.3.6",
"term.js": "https://github.com/jeremyramin/term.js/tarball/master",
"vscode-debugprotocol": "1.8.0",
"vscode-debugprotocol": "1.9.0",
"vscode-textmate": "1.1.0",
"winreg": "1.2.0",
"yauzl": "2.3.1"