Skip to content

Commit 18a5161

Browse files
committed
Use latest version of hubot-hackbot
1 parent a84f4c0 commit 18a5161

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
node_modules
22
.DS_Store*
33
.hubot_history
4+
45
# Logs
56
logs
7+
68
*.log
79
npm-debug.log*
810

@@ -34,3 +36,5 @@ node_modules
3436

3537
# Optional REPL history
3638
.node_repl_history
39+
40+
/.vscode/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hubot-diagnostics": "0.0.1",
1717
"hubot-google-images": "^0.2.6",
1818
"hubot-google-translate": "^0.2.0",
19-
"hubot-hackbot": "0.0.10-2",
19+
"hubot-hackbot": "*",
2020
"hubot-help": "^0.2.0",
2121
"hubot-heroku-keepalive": "^1.0.2",
2222
"hubot-maps": "0.0.2",

0 commit comments

Comments
 (0)