diff --git a/README.md b/README.md index e64f665..fa249a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fbp-diffbot +# fbp-diffbot [![Build Status](https://travis-ci.org/flowhub/fbp-diffbot.svg?branch=master)](https://travis-ci.org/flowhub/fbp-diffbot) [![Greenkeeper badge](https://badges.greenkeeper.io/flowhub/fbp-diffbot.svg)](https://greenkeeper.io/) Automatically posts diffs for FBP graph changes on Github [Pull Requests](https://help.github.com/articles/using-pull-requests/), using [fbp-diff](https://github.com/flowbased/fbp-diff). diff --git a/package.json b/package.json index 7ebfef8..cc87254 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Jon Nordby ", "license": "MIT", "dependencies": { - "axios": "^0.15.3", + "axios": "^0.16.1", "bluebird": "^3.4.1", "body-parser": "^1.15.2", "coffee-script": "^1.10.0", @@ -32,6 +32,6 @@ }, "devDependencies": { "chai": "^3.5.0", - "mocha": "^3.2.0" + "mocha": "^3.3.0" } }