Skip to content

Commit 76c9c43

Browse files
authored
Merge pull request #80 from microsoft/rzhao271/0.6.2
0.6.2
2 parents 7e59e77 + 9ebaa51 commit 76c9c43

3 files changed

Lines changed: 19 additions & 15 deletions

File tree

binding.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"/guard:cf",
2626
"/sdl",
2727
"/W3",
28+
"/w34244",
29+
"/w34267",
2830
"/ZH:SHA_256"
2931
]
3032
},

package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode/windows-process-tree",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Fetch a Windows process tree fast",
55
"main": "lib/index.js",
66
"types": "typings/windows-process-tree.d.ts",

0 commit comments

Comments
 (0)