Skip to content

Commit

Permalink
Merge pull request #9796 from sunahe/node-has-npm
Browse files Browse the repository at this point in the history
Add npm capability to NodeTool
  • Loading branch information
Danny McCormick authored Mar 12, 2019
2 parents 7e49f6b + 498e33c commit 8535dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Tasks/NodeToolV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 148,
"Minor": 149,
"Patch": 0
},
"satisfies": [
"Node"
"Node",
"npm"
],
"demands": [],
"instanceNameFormat": "Use Node $(versionSpec)",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NodeToolV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 148,
"Minor": 149,
"Patch": 0
},
"satisfies": [
"Node"
"Node",
"npm"
],
"demands": [],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down

0 comments on commit 8535dcd

Please sign in to comment.