@definitelytyped/dtslint 0.0.152-next.3 → 0.0.152-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ f("one");
|
|
|
107
107
|
|
|
108
108
|
## Specify a TypeScript version
|
|
109
109
|
|
|
110
|
-
Normally packages will be tested
|
|
110
|
+
Normally packages will be tested according to [DefinitelyType's support window](https://github.com/DefinitelyTyped/DefinitelyTyped#support-window).
|
|
111
111
|
To use a newer version, specify it by including a comment like so:
|
|
112
112
|
|
|
113
113
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/dtslint",
|
|
3
|
-
"version": "0.0.152-next.
|
|
3
|
+
"version": "0.0.152-next.5",
|
|
4
4
|
"description": "Runs tests on TypeScript definition files",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"node": ">=10.0.0"
|
|
51
51
|
},
|
|
52
52
|
"license": "MIT",
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "9b08cd6c2bf48e8683527f4cb88d1bf29eb59e80"
|
|
54
54
|
}
|