Skip to content

Commit

Permalink
bump other args as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodfritz committed Mar 21, 2023
1 parent 50afae1 commit 2dc7bba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 32 deletions.
45 changes: 17 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-email-resend",
"version": "1.0.2",
"version": "1.0.3",
"description": "Strapi Resend provider",
"main": "./dist",
"directories": {
Expand All @@ -24,7 +24,6 @@
"resend"
],
"dependencies": {
"lodash": "4.17.21",
"resend": "0.11.1"
},
"author": "Jerod Fritz",
Expand All @@ -34,7 +33,7 @@
},
"homepage": "https://github.com/jerodfritz/strapi-provider-email-resend#readme",
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^4.9.5"
"@types/node": "^18.15.5",
"typescript": "^5.0.2"
}
}

0 comments on commit 2dc7bba

Please sign in to comment.