Skip to content

Commit 0488a8e

Browse files
author
Sachin Maheshwari
committed
fixing sendgrid lib version to 6.3.0
1 parent 7fb8c39 commit 0488a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)