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 47bcd154ddb073bb05bb5dbeb1ba9bf750ee62f2
parent 363a593bbb065d38aa9ece22c77e4a673152a832
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Fri, 16 Sep 2016 09:28:40 +0200

Merge pull request #18 from MTRNord/greenkeeper-jsonfile-2.4.0

jsonfile@2.4.0 breaks build 🚨
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -28,7 +28,7 @@ "curlrequest": "^0.5.7", "express": "^4.14.0", "irc": "^0.5.0", - "jsonfile": "^2.3.1", + "jsonfile": "^2.4.0", "lodash": "^4.15.0", "node-schedule": "^1.1.1", "node-telegram-bot-api": "^0.23.3",