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 0f7313262b192519bda46837ba77a710a122f968
parent 294ae47e5723eb26ae22f271a81b1e20751becc6
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue,  2 Aug 2016 08:16:54 +0200

Merge pull request #9 from MTRNord/greenkeeper-mocha-3.0.0

Update mocha to version 3.0.0 🚀
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "chai": "^3.5.0", - "mocha": "^2.5.1", + "mocha": "^3.0.0", "mocha-circleci-reporter": "0.0.1", "yuidoc-bootstrap-theme": "^1.0.6", "yuidocjs": "^0.10.1"