Skip to content

Commit 17b5d71

Browse files
Add giphy plugin, remove hubot-scripts.json (no longer needed)
1 parent b601c1f commit 17b5d71

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: external-scripts.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"hubot-rules",
88
"hubot-slack-blacklist-middleware",
99
"hubot-youtube",
10-
"hubot-cleverbot"
10+
"hubot-cleverbot",
11+
"hubot-giphy-gifme"
1112
]

Diff for: hubot-scripts.json

-2
This file was deleted.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"hubot": "^2.18.0",
99
"hubot-cleverbot": "^1.0.0",
1010
"hubot-diagnostics": "0.0.1",
11+
"hubot-giphy-gifme": "^1.0.0",
1112
"hubot-google-images": "^0.2.6",
1213
"hubot-google-translate": "^0.2.0",
1314
"hubot-help": "^0.1.3",

Diff for: yarn.lock

+6
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,12 @@ [email protected]:
380380
version "0.0.1"
381381
resolved "https://registry.yarnpkg.com/hubot-diagnostics/-/hubot-diagnostics-0.0.1.tgz#69aea01ae4dbdcf0512120c4e33e965ade55262c"
382382

383+
hubot-giphy-gifme@^1.0.0:
384+
version "1.0.0"
385+
resolved "https://registry.yarnpkg.com/hubot-giphy-gifme/-/hubot-giphy-gifme-1.0.0.tgz#4d58a7aa148ae6c0de277b87a2375d7c93ace739"
386+
dependencies:
387+
coffee-script "~1.6"
388+
383389
hubot-google-images@^0.2.6:
384390
version "0.2.6"
385391
resolved "https://registry.yarnpkg.com/hubot-google-images/-/hubot-google-images-0.2.6.tgz#dd9f7032b8242e295c432ddbe91e438a3c7cab54"

0 commit comments

Comments
 (0)