Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit b092a7f

Browse files
authored
Merge pull request #15 from flowhub/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 3d7d789 + 8865148 commit b092a7f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fbp-diffbot
1+
# 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/)
22

33
Automatically posts diffs for FBP graph changes on Github [Pull Requests](https://help.github.com/articles/using-pull-requests/),
44
using [fbp-diff](https://github.com/flowbased/fbp-diff).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Jon Nordby <jononor@gmail.com>",
2121
"license": "MIT",
2222
"dependencies": {
23-
"axios": "^0.15.3",
23+
"axios": "^0.16.1",
2424
"bluebird": "^3.4.1",
2525
"body-parser": "^1.15.2",
2626
"coffee-script": "^1.10.0",
@@ -32,6 +32,6 @@
3232
},
3333
"devDependencies": {
3434
"chai": "^3.5.0",
35-
"mocha": "^3.2.0"
35+
"mocha": "^3.3.0"
3636
}
3737
}

0 commit comments

Comments
 (0)