Skip to content

Commit

Permalink
Merge pull request microsoft#1540 from iclanton/ianc/fix-argparse-types
Browse files Browse the repository at this point in the history
[ts-command-line] Add a missing dependency to ts-command-line.
  • Loading branch information
iclanton authored Sep 24, 2019
2 parents 21c2f67 + e095545 commit ee118dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@microsoft/ts-command-line",
"comment": "Add back a missing dependency.",
"type": "patch"
}
],
"packageName": "@microsoft/ts-command-line",
"email": "[email protected]"
}
2 changes: 1 addition & 1 deletion libraries/ts-command-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"license": "MIT",
"dependencies": {
"@types/argparse": "1.0.33",
"argparse": "~1.0.9",
"colors": "~1.2.1"
},
"devDependencies": {
"@types/argparse": "1.0.33",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"gulp": "~4.0.2",
Expand Down

0 comments on commit ee118dd

Please sign in to comment.