Skip to content

Commit 204ad67

Browse files
author
sachin-maheshwari
authored
Merge pull request #25 from topcoder-platform/dev
Fixing Sendgrid lib issue
2 parents cc48b1e + 3826ae0 commit 204ad67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
"mocha": "^5.0.0"
2020
},
2121
"dependencies": {
22-
"@sendgrid/client": "^6.3.0",
23-
"@sendgrid/mail": "^6.3.0",
22+
"@sendgrid/client": "6.3.0",
23+
"@sendgrid/mail": "6.3.1",
24+
"@sendgrid/helpers": "6.3.0",
2425
"bluebird": "^3.5.1",
2526
"body-parser": "^1.15.2",
2627
"co": "^4.6.0",

0 commit comments

Comments
 (0)