Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
remove twitter & pushbullet plugin dependencies from main repo (#2409)
Browse files Browse the repository at this point in the history
* move slack dependency out of main repo

* rm slack dep from main repo

* also remove pushbullet & twitter deps from main repo
  • Loading branch information
askmike authored Aug 5, 2018
1 parent 4fd55a1 commit f9990e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 260 deletions.
255 changes: 0 additions & 255 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@
"opn": "^4.0.2",
"promisify-node": "^0.5.0",
"prompt-lite": "0.1.1",
"pushbullet": "1.4.3",
"relieve": "^2.1.3",
"retry": "^0.10.1",
"semver": "5.4.1",
"sqlite3": "^4.0.0",
"stats-lite": "^2.0.4",
"tiny-promisify": "^0.1.1",
"toml": "^2.3.0",
"twitter": "^1.7.1"
"toml": "^2.3.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
12 changes: 10 additions & 2 deletions plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ var plugins = [
description: 'Sends advice to pushbullet.',
slug: 'pushbullet',
async: false,
modes: ['realtime']
modes: ['realtime'],
dependencies: [{
module: 'pushbullet',
version: '1.4.3'
}]
},
{
name: 'Kodi',
Expand All @@ -179,7 +183,11 @@ var plugins = [
description: 'Sends trades to twitter.',
slug: 'twitter',
async: false,
modes: ['realtime']
modes: ['realtime'],
dependencies: [{
module: 'twitter',
version: '1.7.1'
}]
},
{
name: 'Slack',
Expand Down

0 comments on commit f9990e5

Please sign in to comment.