railsware / mailtrap-nodejs

Official mailtrap.io Node.js client
https://mailtrap.io
MIT License
58 stars 7 forks source link

Move nodemailer types to dependencies. #17

Closed narekhovhannisyan closed 1 year ago

narekhovhannisyan commented 1 year ago

Motivation

For resolving dependencies in package, npm requires to have them in dependencies instead of devDependencies. So we should move @types/nodemailer to dependencies.

Changes

narekhovhannisyan commented 1 year ago

Will create new one with tests, and package updates