We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84f4c0 commit 18a5161Copy full SHA for 18a5161
.gitignore
@@ -1,8 +1,10 @@
1
node_modules
2
.DS_Store*
3
.hubot_history
4
+
5
# Logs
6
logs
7
8
*.log
9
npm-debug.log*
10
@@ -34,3 +36,5 @@ node_modules
34
36
35
37
# Optional REPL history
38
.node_repl_history
39
40
+/.vscode/
package.json
@@ -16,7 +16,7 @@
16
"hubot-diagnostics": "0.0.1",
17
"hubot-google-images": "^0.2.6",
18
"hubot-google-translate": "^0.2.0",
19
- "hubot-hackbot": "0.0.10-2",
+ "hubot-hackbot": "*",
20
"hubot-help": "^0.2.0",
21
"hubot-heroku-keepalive": "^1.0.2",
22
"hubot-maps": "0.0.2",
0 commit comments