Update deps

This commit is contained in:
rnhmjoj 2015-09-28 04:17:40 +02:00
parent a845edad4e
commit 0d637a4af1
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"author": "Enrico Fasoli <fazius2009@gmail.com>",
"description": "Il miglior amico della 5IA",
"dependencies": {
"async": "^1.4.2",
"chai": "^2.3.0",
"cheerio": "^0.19.0",
"coffee-coverage": "^0.4.6",

View File

@ -5,6 +5,9 @@
# hubot meme <template>,<upper title>,<lower title> - genera un meme
# hubot memes [-v] - mostra i templates disponibili
#
# Dependencies:
# "async": "1.4.2"
#
# Configuration:
# None
#
@ -33,7 +36,6 @@ module.exports = (robot) ->
if robot.adapterName is 'tg' then cb else ''
cb() if robot.adapterName isnt 'tg'
memegen = 'http://memegen.link/'