feat: add automatic publishing

Fixes #6
This commit is contained in:
Karl-Philipp Wulfert
2019-05-23 13:53:10 +02:00
parent fb9791767d
commit d9c4ce48dc
3 changed files with 146 additions and 79 deletions

View File

@@ -48,7 +48,7 @@
"statements": 95
},
"devDependencies": {
"@openstapps/configuration": "0.13.0",
"@openstapps/configuration": "0.16.0",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "5.2.6",
@@ -58,7 +58,7 @@
"conventional-changelog-cli": "2.0.17",
"mocha": "6.1.4",
"mocha-typescript": "1.1.17",
"nyc": "14.0.0",
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"sinon": "7.3.2",
@@ -68,8 +68,8 @@
"typescript": "3.4.5"
},
"dependencies": {
"@types/node": "10.14.6",
"@types/nodemailer": "4.6.8",
"@types/node": "10.14.7",
"@types/nodemailer": "6.1.0",
"chalk": "2.4.2",
"flatted": "2.0.0",
"nodemailer": "6.1.1"