Skip to content

Commit c3d92dd

Browse files
committed
unbreak... maybe
1 parent db81292 commit c3d92dd

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: bin/hubot -a slack -n hausbot -l !
1+
web: bin/hubot -a slack -l !

external-scripts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"hubot-help",
44
"hubot-heroku-keepalive",
55
"hubot-redis-brain",
6-
"hubot-plusplus",
6+
"hubot-plusplus"
77
]

hubot-scripts.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"tell.coffee",
44
"shipit.coffee",
55
"xkcd.coffee",
6-
"github-commits.coffee",
76
"botsnack.coffee",
87
"hello.coffee",
98
"lastfm_np.coffee"

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,21 @@
1515
"url": "http://github.com/nerdhaus/hausbot.git"
1616
},
1717
"engines": {
18-
"node": "0.10.x",
19-
"npm": "1.3.x"
18+
"node": "4.2.x"
2019
},
2120
"dependencies": {
2221
"gitio2": "^3.0.0",
2322
"htmlparser": ">=1.7.7",
2423
"hubot": "2.16.0",
2524
"hubot-diagnostics": "0.0.1",
25+
"hubot-help": "^0.1.2",
2626
"hubot-heroku-keepalive": "^1.0.0",
2727
"hubot-plusplus": "^1.1.6",
2828
"hubot-redis-brain": "0.0.3",
2929
"hubot-scripts": "2.16.2",
3030
"hubot-slack": "3.4.1",
3131
"jsdom": ">=7.0.2",
3232
"optparse": "1.0.5",
33-
"pg": "~4.4.3",
3433
"querystring": "0.2.0",
3534
"request": "",
3635
"soupselect": ">=0.2.0",

0 commit comments

Comments
 (0)