We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typesVersions
1 parent 11d2c62 commit 913a1a6Copy full SHA for 913a1a6
4 files changed
types/node/package.json
@@ -7,12 +7,12 @@
7
"ts3.7/*"
8
]
9
},
10
- ">=3.5.0-0": {
+ ">=3.5.0-0 <3.7.0-0": {
11
"*": [
12
"ts3.5/*"
13
14
15
- ">=3.2.0-0": {
+ ">=3.2.0-0 <3.5.0-0": {
16
17
"ts3.2/*"
18
types/node/v10/package.json
@@ -7,7 +7,7 @@
+ ">=3.2.0-0 <3.7.0-0": {
types/node/v11/package.json
types/node/v12/package.json
0 commit comments