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

Commit

Permalink
0.7.5 - support TS 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed May 24, 2019
1 parent 0d5bbaf commit 49a2708
Showing 1 changed file with 2 additions and 2 deletions.
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.7.4",
"version": "0.7.5",
"description": "Runs tests on TypeScript definition files",
"files": [
"bin",
Expand All @@ -27,7 +27,7 @@
"do-publish": "npm run build && npm run test && npm run lint && npm publish"
},
"dependencies": {
"definitelytyped-header-parser": "^1.0.1",
"definitelytyped-header-parser": "^1.2.0",
"dts-critic": "^1.0.9",
"fs-extra": "^6.0.1",
"request": "^2.88.0",
Expand Down

0 comments on commit 49a2708

Please sign in to comment.