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 e8840cb7b03dae19475b727afd6a03f665d17217
parent 79977039d3ec42a29bb1f89f199d8fe074db7fee
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Wed, 12 Oct 2016 21:01:27 +0200

Merge pull request #34 from MTRNord/greenkeeper-async-2.1.0

async@2.1.0 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.0.1", + "async": "^2.1.0", "botanio": "0.0.6", "curlrequest": "^0.5.7", "express": "^4.14.0",