Skip to content

Commit 82e462e

Browse files
committed
2 parents b6530bf + 602ed3e commit 82e462e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# micro-compose
2-
> Hight-order `compose` function
2+
3+
> Higher-order `compose` function
34
45
[![Build Status](https://travis-ci.org/microauth/micro-compose.svg?branch=master)](https://travis-ci.org/microauth/micro-compose)
56
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/microauth/micro-compose.svg)](https://greenkeeper.io/)
68

79
`Compose` function from [micro-hoofs](https://github.com/KaleoSoftware/micro-hoofs) extracted into separate npm package and a bit modified.
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/dimapaloskin/micro-compose#readme",
2828
"devDependencies": {
29-
"ava": "^0.19.1",
29+
"ava": "^0.25.0",
3030
"xo": "^0.18.1"
3131
},
3232
"xo": {

0 commit comments

Comments
 (0)