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 ea471c8cae5e5915cd519b0d75a0606fd31a942a
parent e8840cb7b03dae19475b727afd6a03f665d17217
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu, 13 Oct 2016 16:44:08 +0200

Merge pull request #35 from MTRNord/greenkeeper-async-2.1.1

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

diff --git a/package.json b/package.json @@ -23,7 +23,7 @@ "nordlab" ], "dependencies": { - "async": "^2.1.0", + "async": "^2.1.1", "botanio": "0.0.6", "curlrequest": "^0.5.7", "express": "^4.14.0",