diff --git a/README.md b/README.md index 68e7d18..8a56d83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ strider-python ============== +[![Greenkeeper badge](https://badges.greenkeeper.io/Strider-CD/strider-python.svg)](https://greenkeeper.io/) + Python/Pyramid/Django support for Strider Continuous Deployment diff --git a/package.json b/package.json index d237e4d..01396e3 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "author": "Niall O'Higgins", "license": "BSD", "devDependencies": { - "chai": "~1.8.1", - "jshint": "~2.3.0", - "mocha": "~1.14.0" + "chai": "~3.5.0", + "jshint": "~2.9.4", + "mocha": "~3.2.0" } }