Skip to content

Commit 001a0b0

Browse files
committed
Fixing AWS SES dependency name in package.json.
1 parent 36dbd60 commit 001a0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@aws-sdk/client-s3": "^3.188.0",
13-
"@aws-sdk/client-ses": "^3.188.0"
13+
"@aws-sdk/client-sesv2": "^3.188.0"
1414
},
1515
"devDependencies": {
1616
"coveralls": "^3.0.7",

0 commit comments

Comments
 (0)