freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

commit f8fcedb817f9805202c48c8a1d3f3386292199fb
parent 2a9cc2fcff6842aca42d636205f0e7f1f29ccf09
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu,  6 Oct 2016 23:56:53 +0200

Merge pull request #28 from MTRNord/greenkeeper-lodash-4.16.4

lodash@4.16.4 breaks build ⚠️
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -29,7 +29,7 @@ "express": "^4.14.0", "irc": "^0.5.0", "jsonfile": "^2.4.0", - "lodash": "^4.16.3", + "lodash": "^4.16.4", "node-schedule": "^1.1.1", "node-telegram-bot-api": "^0.23.3", "request": "^2.75.0",