freifunk-bot.meta

Issues/PRs archive for MTRNord/freifunk-bot
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.meta.git
Log | Files | Refs

71.diff (1340B)


      1 diff --git a/README.md b/README.md
      2 index bccbf55..142820a 100644
      3 --- a/README.md
      4 +++ b/README.md
      5 @@ -1,6 +1,8 @@
      6  [![Code Climate](https://codeclimate.com/github/MTRNord/nordlab-hackerspace-door/badges/gpa.svg)](https://codeclimate.com/github/MTRNord/nordlab-hackerspace-door)
      7  Nordlab Bot
      8  ===========
      9 +
     10 +[![Greenkeeper badge](https://badges.greenkeeper.io/MTRNord/nordlab-hackerspace-door.svg)](https://greenkeeper.io/)
     11  Modular parser for the hackerspace door status with handlers for multiple services and IRC Bot for the Nordlab e.V.
     12  
     13  How to install
     14 diff --git a/package.json b/package.json
     15 index 4f1cf3f..e79ceda 100644
     16 --- a/package.json
     17 +++ b/package.json
     18 @@ -25,7 +25,7 @@
     19    "dependencies": {
     20      "async": "^2.1.2",
     21      "botanio": "0.0.6",
     22 -    "curlrequest": "^0.5.7",
     23 +    "curlrequest": "^1.0.1",
     24      "express": "^4.14.1",
     25      "irc": "^0.5.0",
     26      "jsonfile": "^2.4.0",
     27 @@ -34,7 +34,7 @@
     28      "node-telegram-bot-api": "^0.27.0",
     29      "request": "^2.75.0",
     30      "simple-git": "^1.55.0",
     31 -    "slackbots": "^0.5.3",
     32 +    "slackbots": "^1.0.2",
     33      "string": "^3.3.3",
     34      "yargs": "^6.6.0"
     35    },
     36 @@ -42,7 +42,7 @@
     37    "private": true,
     38    "license": "SEE LICENSE IN LICENSE.md",
     39    "optionalDependencies": {
     40 -    "yuidocjs": "^0.9.0"
     41 +    "yuidocjs": "^0.10.2"
     42    },
     43    "devDependencies": {
     44      "request-debug": "^0.2.0"