Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
use version 1.17 of protocol modules
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Feb 22, 2017
1 parent 7a14d15 commit 6369603
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-debug",
"displayName": "Node Debug",
"version": "1.10.15",
"version": "1.10.16",
"publisher": "ms-vscode",
"description": "%extension.description%",
"icon": "images/node-debug-icon.svg",
Expand All @@ -28,8 +28,8 @@
"ms-vscode.node-debug2"
],
"dependencies": {
"vscode-debugprotocol": "^1.17.0-pre.2",
"vscode-debugadapter": "^1.17.0-pre.4",
"vscode-debugprotocol": "^1.17.0",
"vscode-debugadapter": "^1.17.0",
"source-map": "0.5.6",
"vscode-nls": "^2.0.1",
"request-light": "^0.1.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"typescript": "^2.0.10",
"vscode": "^1.0.3",
"vscode-nls-dev": "^2.0.1",
"vscode-debugadapter-testsupport": "^1.17.0-pre.0",
"vscode-debugadapter-testsupport": "^1.17.0",
"event-stream": "^3.3.4",
"nodemon": "^1.11.0",
"vsce": "^1.17.0"
Expand Down

0 comments on commit 6369603

Please sign in to comment.