Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Add support for 3.8 via definitelytyped-header-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Oct 30, 2019
1 parent face461 commit 059c23e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtslint",
"version": "0.9.9",
"version": "1.0.0",
"description": "Runs tests on TypeScript definition files",
"files": [
"bin",
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm run build && npm run test && npm run lint"
},
"dependencies": {
"definitelytyped-header-parser": "^3.7.2",
"definitelytyped-header-parser": "^3.8.0",
"dts-critic": "^2.2.0",
"fs-extra": "^6.0.1",
"request": "^2.88.0",
Expand Down

0 comments on commit 059c23e

Please sign in to comment.