Cambio del gitignore para quitar los mods de node
Showing
+4 -4
... | ... | @@ -4,7 +4,7 @@ |
"description": "Send emails through Office 365 SMTP serve", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node start" | ||
"test": "node index.js" | ||
}, | ||
"author": "Abel Prieto", | ||
"license": "ISC", | ||
... | ... |
Please register or sign in to comment