Skip to content

Commit

Permalink
fix(types): add missing tslib dependency to types (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 authored Dec 7, 2022
1 parent d65ca1b commit 5dab646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/types"
},
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
Expand Down

0 comments on commit 5dab646

Please sign in to comment.