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 d1650337c4f585a5cb72111f2acccb65c2ac6148
parent c4022e12f81de16c8179c6999c2aa51bb0fcf560
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 23 May 2016 23:39:46 +0200

Merge pull request #5 from MTRNord/greenkeeper-mocha-2.5.1

mocha@2.5.1 breaks build ⚠️
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.4.5", + "mocha": "^2.5.1", "mocha-circleci-reporter": "0.0.1", "yuidoc-bootstrap-theme": "^1.0.6", "yuidocjs": "^0.10.1"