Skip to content

Commit

Permalink
chore(middleware-sdk-s3): set peerDependenciesMeta to fix installatio…
Browse files Browse the repository at this point in the history
…n warning (#3465)
  • Loading branch information
AllanZhengYP authored Mar 22, 2022
1 parent ec0c872 commit 1aae04f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/middleware-sdk-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
"peerDependencies": {
"@aws-sdk/signature-v4-crt": "^3.54.1"
},
"peerDependenciesMeta": {
"@aws-sdk/signature-v4-crt": {
"optional": true
}
},
"engines": {
"node": ">= 12.0.0"
},
Expand Down

0 comments on commit 1aae04f

Please sign in to comment.