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 38b9872ec2debcab4c9d877d37d15734f4e66535
parent 1c1947142205b8e4e6fb0e14c95607f60b8e833f
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu,  1 Jun 2017 08:15:04 +0200

Merge pull request #100 from MTRNord/greenkeeper-express-4.15.3

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

diff --git a/package.json b/package.json @@ -26,7 +26,7 @@ "async": "^2.4.1", "botanio": "0.0.6", "curlrequest": "^1.0.1", - "express": "^4.14.1", + "express": "^4.15.3", "irc": "^0.5.0", "jsonfile": "^2.4.0", "lodash": "^4.17.4",