DefinitelyTyped/types/node/package.json
Nathan Shively-Sanders 5b6137d6c9 flip node typesVersions
2020-08-19 11:30:57 -07:00

22 lines
342 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
"<=3.1": {
"*": [
"ts3.1/*"
]
},
"<=3.4": {
"*": [
"ts3.4/*"
]
},
"<=3.6": {
"*": [
"ts3.6/*"
]
}
}
}