Skip to content

Commit

Permalink
Merge pull request #1 from dimapaloskin/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
Dima Paloskin authored Apr 13, 2017
2 parents b325520 + d6b44ad commit af1022e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# micro-chain [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![Build Status](https://travis-ci.org/dimapaloskin/micro-chain.svg?branch=master)](https://travis-ci.org/dimapaloskin/micro-chain)
# micro-chain

Helps to build chains from your [micro](https://github.com/zeit/micro/) services.
> Helps to build chains from your [micro](https://github.com/zeit/micro/) services.
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![Build Status](https://travis-ci.org/dimapaloskin/micro-chain.svg?branch=master)](https://travis-ci.org/dimapaloskin/micro-chain)
[![Greenkeeper badge](https://badges.greenkeeper.io/dimapaloskin/micro-chain.svg)](https://greenkeeper.io/)

### Overview

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"bl": "^1.2.0",
"bluebird": "^3.5.0",
"full-url": "^1.0.0",
"get-port": "^2.1.0",
"get-port": "^3.1.0",
"ip": "^1.1.5",
"media-typer": "^0.3.0",
"micro": "latest",
"raw-body": "^2.2.0"
},
"devDependencies": {
"async-sleep": "^0.1.0",
"ava": "^0.18.2",
"ava": "^0.19.1",
"babel-cli": "^6.23.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"request": "^2.81.0",
"request-promise": "^4.1.1",
"xo": "^0.17.1"
"xo": "^0.18.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit af1022e

Please sign in to comment.