Skip to content

Commit

Permalink
Prefix dist/ for typesVersions TS<4 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jul 14, 2021
1 parent ecb8bad commit 06a873a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"typesVersions": {
"<4.0": {
"types/*": ["types/ts3.4/*"]
"dist/types/*": ["dist/types/ts3.4/*"]
}
}
}
4 changes: 2 additions & 2 deletions smithy-typescript-ssdk-libs/server-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"typesVersions": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
"dist/types/*": [
"dist/types/ts3.4/*"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions smithy-typescript-ssdk-libs/server-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"typesVersions": {
"<4.0": {
"types/*": [
"types/ts3.4/*"
"dist/types/*": [
"dist/types/ts3.4/*"
]
}
},
Expand Down

0 comments on commit 06a873a

Please sign in to comment.