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

Commit

Permalink
0.9.4 - Add TS3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Sep 3, 2019
1 parent 4aba6b9 commit 4d7cbac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
23 changes: 16 additions & 7 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.3",
"version": "0.9.4",
"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": "1.2.0",
"definitelytyped-header-parser": "^3.7.0",
"dts-critic": "^2.0.0",
"fs-extra": "^6.0.1",
"request": "^2.88.0",
Expand Down

0 comments on commit 4d7cbac

Please sign in to comment.