Skip to content

Commit

Permalink
fix: node pty version for vscode (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin authored and mrmeku committed Feb 7, 2019
1 parent 709ac29 commit 868b96c
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/electron/src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-console",
"description": "Angular Console",
"version": "7.3.0",
"version": "7.3.1",
"author": {
"name": "Narwhal Technologies Inc",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions apps/vscode/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-console",
"displayName": "Angular Console",
"description": "Angular Console for Visual Studio Code. The user interface app for the Angular CLI",
"version": "7.3.0",
"version": "7.3.1",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/angular-console"
Expand All @@ -24,7 +24,7 @@
},
"license": "MIT",
"engines": {
"vscode": "^1.29.1"
"vscode": "^1.31.0"
},
"categories": [
"Other"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-console",
"version": "7.3.0",
"version": "7.3.1",
"private": true,
"publisher": "nrwl",
"author": {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified tools/win/node-pty-prebuilt/build/Release/pty.node
Binary file not shown.
Binary file removed tools/win/node-pty-prebuilt/build/Release/pty.pdb
Binary file not shown.
Binary file modified tools/win/node-pty-prebuilt/build/Release/winpty-agent.exe
Binary file not shown.
Binary file not shown.
Binary file modified tools/win/node-pty-prebuilt/build/Release/winpty.dll
Binary file not shown.
Binary file removed tools/win/node-pty-prebuilt/build/Release/winpty.pdb
Binary file not shown.

0 comments on commit 868b96c

Please sign in to comment.