Commit 3bd70f5a authored by abel2k's avatar abel2k
Browse files

Cambio del gitignore para quitar los mods de node

parent daa655cd
Showing with 4 additions and 4 deletions
+4 -4
./node_modules/
node_modules/
.DS_Store
\ No newline at end of file
.DS_Store
......@@ -3,7 +3,7 @@
"user": "abel.prieto@habber.com",
"pass": "HabberTec00="
},
"to": ["raul.estevas@habber.com","abel.prieto@habber.com"],
"to": ["abel.prieto@habber.com"],
"subject": "Habber Tec: Awesome nodejs email moudle",
"html": "<H1>This is a test</H1>",
"text": "This is text version!"
......
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment