nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit 27c7d825c4bea971464be550086083b5a0699f99
parent 8b67f43d8843b9f175f938e5b8e944be467a3699
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 11 Feb 2017 13:34:08 +0100

Merge pull request #21 from MTRNord/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
Diffstat:
MREADME.md | 4++++
Mpackage.json | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,6 @@ nBot [![Circle CI](https://circleci.com/gh/MTRNord/nBot.svg?style=svg)](https://circleci.com/gh/MTRNord/nBot) = A clone of the eBot by @deStrO fully based on node.js with build in Web Page + + +[![Greenkeeper badge](https://badges.greenkeeper.io/MTRNord/nBot.svg)](https://greenkeeper.io/) +\ No newline at end of file diff --git a/package.json b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/MTRNord/nBot#readme", "dependencies": { "express": "^4.13.4", - "github": "^6.0.1", + "github": "^8.2.1", "progress": "^1.1.8", "rcon": "^1.0.2", "socket.io": "^1.4.5",