Skip to content

Commit ad0a7d0

Browse files
committed
Update argparse and use @types instead of typings.
1 parent 51d2145 commit ad0a7d0

File tree

4 files changed

+14
-102
lines changed

4 files changed

+14
-102
lines changed

common/config/rush/npm-shrinkwrap.json

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

libraries/ts-command-line/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"argparse": "~1.0.7",
18+
"argparse": "~1.0.9",
19+
"@types/argparse": "~1.0.33",
1920
"colors": "~1.1.2",
2021
"@types/node": "6.0.88"
2122
},
@@ -26,4 +27,4 @@
2627
"mocha": "~3.4.2",
2728
"@microsoft/node-library-build": "~4.1.5"
2829
}
29-
}
30+
}

libraries/ts-command-line/typings/argparse/argparse.d.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

libraries/ts-command-line/typings/tsd.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)