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

Commit

Permalink
really revert to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Oct 30, 2019
1 parent b7a2014 commit 8eba4ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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": "1.0.1",
"version": "1.0.2",
"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.7.2",
"dts-critic": "^2.2.0",
"fs-extra": "^6.0.1",
"request": "^2.88.0",
Expand Down

0 comments on commit 8eba4ac

Please sign in to comment.