Update deps
This commit is contained in:
parent
a845edad4e
commit
0d637a4af1
@ -5,6 +5,7 @@
|
|||||||
"author": "Enrico Fasoli <fazius2009@gmail.com>",
|
"author": "Enrico Fasoli <fazius2009@gmail.com>",
|
||||||
"description": "Il miglior amico della 5IA",
|
"description": "Il miglior amico della 5IA",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"async": "^1.4.2",
|
||||||
"chai": "^2.3.0",
|
"chai": "^2.3.0",
|
||||||
"cheerio": "^0.19.0",
|
"cheerio": "^0.19.0",
|
||||||
"coffee-coverage": "^0.4.6",
|
"coffee-coverage": "^0.4.6",
|
||||||
|
@ -5,6 +5,9 @@
|
|||||||
# hubot meme <template>,<upper title>,<lower title> - genera un meme
|
# hubot meme <template>,<upper title>,<lower title> - genera un meme
|
||||||
# hubot memes [-v] - mostra i templates disponibili
|
# hubot memes [-v] - mostra i templates disponibili
|
||||||
#
|
#
|
||||||
|
# Dependencies:
|
||||||
|
# "async": "1.4.2"
|
||||||
|
#
|
||||||
# Configuration:
|
# Configuration:
|
||||||
# None
|
# None
|
||||||
#
|
#
|
||||||
@ -33,7 +36,6 @@ module.exports = (robot) ->
|
|||||||
if robot.adapterName is 'tg' then cb else ''
|
if robot.adapterName is 'tg' then cb else ''
|
||||||
|
|
||||||
cb() if robot.adapterName isnt 'tg'
|
cb() if robot.adapterName isnt 'tg'
|
||||||
|
|
||||||
|
|
||||||
memegen = 'http://memegen.link/'
|
memegen = 'http://memegen.link/'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user