Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - hemera-mail@4.0.3
 - hemera-slackbot@4.0.4
  • Loading branch information
StarpTech committed Apr 3, 2018
1 parent 429fae8 commit 96f2136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/hemera-mail/package.json
@@ -1,6 +1,6 @@
{
"name": "hemera-mail",
"version": "4.0.2",
"version": "4.0.3",
"description": "This is a plugin to mail with Hemera",
"main": "index.js",
"repository": {
Expand All @@ -13,8 +13,8 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"joi": "12.0.x",
"hemera-plugin": "^1.1.1",
"joi": "12.0.x",
"nodemailer": "4.6.x"
}
}
4 changes: 2 additions & 2 deletions packages/hemera-slackbot/package.json
@@ -1,6 +1,6 @@
{
"name": "hemera-slackbot",
"version": "4.0.3",
"version": "4.0.4",
"description": "Send Slack Messages over Hemera",
"main": "index.js",
"repository": {
Expand All @@ -11,8 +11,8 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"joi": "12.0.x",
"hemera-plugin": "^1.1.1",
"joi": "12.0.x",
"slackbots": "1.1.x"
},
"engines": {
Expand Down

0 comments on commit 96f2136

Please sign in to comment.