Skip to content

Commit

Permalink
fix: expose types supporting old versions of typescript (#5339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkylin committed Jul 18, 2022
1 parent b2846a1 commit 4ba9bdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/parser/package.json
Expand Up @@ -6,6 +6,7 @@
"types": "dist/index.d.ts",
"files": [
"dist",
"_ts3.4",
"README.md",
"LICENSE"
],
Expand Down
1 change: 1 addition & 0 deletions packages/types/package.json
Expand Up @@ -12,6 +12,7 @@
},
"files": [
"dist",
"_ts3.4",
"package.json",
"README.md",
"LICENSE"
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-estree/package.json
Expand Up @@ -6,6 +6,7 @@
"types": "dist/index.d.ts",
"files": [
"dist",
"_ts3.4",
"README.md",
"LICENSE"
],
Expand Down
1 change: 1 addition & 0 deletions packages/visitor-keys/package.json
Expand Up @@ -12,6 +12,7 @@
},
"files": [
"dist",
"_ts3.4",
"package.json",
"README.md",
"LICENSE"
Expand Down

0 comments on commit 4ba9bdb

Please sign in to comment.