Skip to content

Commit

Permalink
package: move nodemailer to dev, peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Aug 22, 2023
1 parent 73048f4 commit a347d6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.3.1",
"nodemailer": "^6.9.4",
"prettier": "^2.6.2",
"ts-node": "^10.2.1",
"typescript": "^5.0.3"
Expand All @@ -39,11 +40,15 @@
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"nodemailer": "^6.9.4"
"nodemailer": "^6.9.4",
"@types/nodemailer": "^6.4.9"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
},
"@types/nodemailer": {
"optional": true
}
},
"repository": "https://github.com/railsware/mailtrap-nodejs",
Expand Down

0 comments on commit a347d6e

Please sign in to comment.