Skip to content

Commit 7599c20

Browse files
committed
💆
1 parent 43df790 commit 7599c20

6 files changed

+8
-98
lines changed

Diff for: external-scripts.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
[
2-
"hubot-diagnostics",
3-
"hubot-help",
4-
"hubot-heroku-keepalive",
5-
"hubot-google-images",
6-
"hubot-google-translate",
7-
"hubot-pugme",
8-
"hubot-maps",
9-
"hubot-redis-brain",
10-
"hubot-rules",
11-
"hubot-shipit",
12-
"hubot-youtube"
2+
"hubot-google-hangouts",
3+
"hubot-twitter-search"
134
]

Diff for: hubot-scripts.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"reload.coffee",
1414
"ambush.coffee",
1515
"applause.coffee",
16-
"thanks-obama.coffee",
1716
"excuse.coffee",
1817
"janky.coffee",
1918
"reload.coffee",

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dependencies": {
88
"hubot": "^2.12.0",
99
"hubot-diagnostics": "0.0.1",
10+
"hubot-google-hangouts": "^0.7.1",
1011
"hubot-google-images": "^0.1.4",
1112
"hubot-google-translate": "^0.1.0",
1213
"hubot-help": "^0.1.1",
@@ -17,8 +18,10 @@
1718
"hubot-rules": "^0.1.0",
1819
"hubot-scripts": "^2.5.16",
1920
"hubot-shipit": "^0.2.0",
21+
"hubot-twitter-search": "^1.0.3",
2022
"hubot-xmpp": "^0.1.12",
21-
"hubot-youtube": "^0.1.2"
23+
"hubot-youtube": "^0.1.2",
24+
"underscore": "^1.8.3"
2225
},
2326
"engines": {
2427
"node": "0.10.x"

Diff for: scripts/github-my-issues.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Dependencies:
55
# "githubot": "~0.4.0"
6-
# "github-credentials"
6+
# "underscore": "1.8.3"
77
#
88
# Configuration:
99
# HUBOT_GITHUB_API: GitHub endpoint, https://api.github.com for GitHub.com or

Diff for: scripts/twitter_mention.coffee

-83
This file was deleted.

Diff for: start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
source .env
3+
source ./.env
44
./bin/hubot --adapter xmpp --name LuJubot

0 commit comments

Comments
 (0)