nodemailer-sequelize-queue
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "nodemailer-sequelize-queue", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Queue for mails with nodemailer and cron scheduler", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.js", | ||
"commit": "git add . && git commit -m ", | ||
"release": "npm run build && standard-version", | ||
"release": "npm run build && standard-version --commit-all", | ||
"release:publish": "git add . && npm run release && git push --follow-tags origin master && npm publish" | ||
@@ -29,3 +29,3 @@ }, | ||
"type": "git", | ||
"url": "git+https://github.com/alexchernishov/nodemailer-sequelize-queue.git" | ||
"url": "git+https://github.com/alexsanteenodev/nodemailer-sequelize-queue.git" | ||
}, | ||
@@ -35,5 +35,5 @@ "author": "alexsanteeno@gmail.com", | ||
"bugs": { | ||
"url": "https://github.com/alexchernishov/nodemailer-sequelize-queue/issues" | ||
"url": "https://github.com/alexsanteenodev/nodemailer-sequelize-queue/issues" | ||
}, | ||
"homepage": "https://github.com/alexchernishov/nodemailer-sequelize-queue#readme", | ||
"homepage": "https://github.com/alexsanteenodev/nodemailer-sequelize-queue#readme", | ||
"keywords": [ | ||
@@ -40,0 +40,0 @@ "sequelize", |
60175