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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/dtslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7a201424e73fb7ed0a4814851a7fcfe56466c09
Choose a base ref
...
head repository: microsoft/dtslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8eba4ac302e34e0d303bc1d329b00d65e43fdf1b
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 30, 2019

  1. really revert to 3.7

    sandersn committed Oct 30, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    8eba4ac View commit details
Showing with 11 additions and 11 deletions.
  1. +9 −9 package-lock.json
  2. +2 −2 package.json
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",
@@ -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",