mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-23 23:29:06 +07:00
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:

committed by
GitHub

parent
98b61f505d
commit
db36373cbe
15
package.json
15
package.json
@ -1,21 +1,6 @@
|
||||
{
|
||||
"name": "action-send-mail",
|
||||
"version": "1.0.0",
|
||||
"description": "An action that simply sends a mail to multiple recipients.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dawidd6/action-send-mail.git"
|
||||
},
|
||||
"author": "dawidd6",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dawidd6/action-send-mail/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.7",
|
||||
"nodemailer": "^6.4.17",
|
||||
|
Reference in New Issue
Block a user