We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d9392 commit ce60926Copy full SHA for ce60926
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vintasend-sendgrid",
3
- "version": "0.4.8",
+ "version": "0.4.17",
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
@@ -10,11 +10,13 @@
10
"test:watch": "jest --watch",
11
"test:coverage": "jest --coverage"
12
},
13
- "files": ["dist"],
+ "files": [
14
+ "dist"
15
+ ],
16
"author": "Hugo Bessa",
17
"license": "MIT",
18
"peerDependencies": {
- "vintasend": "^0.4.7",
19
+ "vintasend": "^0.4.17",
20
"@sendgrid/mail": "^8.1.6"
21
22
"devDependencies": {
0 commit comments