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 e8d22b9a9fc83d0bad902a1ed4117f93fbccea83
parent f84f3dbbd2ffcda5205c5d11b5e4d77da5c39e09
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 17 Oct 2016 23:42:35 +0200

Merge pull request #36 from MTRNord/greenkeeper-async-2.1.2

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