Skip to content

Commit

Permalink
removed actor specific dependencies out of package
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jan 3, 2014
1 parent 4f43ad6 commit 3ee52ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion actors.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,17 @@ var actors = [
},
{
name: 'Mailer',
description: 'Mail module lets sends you mail yourself everytime Gekko has new advice',
description: 'Mail module lets sends you email yourself everytime Gekko has new advice',
slug: 'mailer',
async: true,
silent: false,
modes: ['realtime'],
dependencies: [{
module: 'emailjs',
version: '0.3.6'
}, {
module: 'prompt-lite',
version: '0.1.1'
}]
},
{
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"lodash": "2.x",
"moment": "2.4.x",
"btc-e": "0.0.x",
"bitcoincharts": "0.0.x",
"cexio": "0.0.x",
"prompt-lite": "0.1.x",
"bitstamp": "0.1.x",
"async": "0.2.x",
"nedb": "*",
Expand Down

0 comments on commit 3ee52ec

Please sign in to comment.