diff --git a/README.md b/README.md index 44dcfec..bb992dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # babel-free-koa2-api-boilerplate [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) +[![Coverage Status](https://coveralls.io/repos/github/christroutner/babel-free-koa2-api-boilerplate/badge.svg?branch=unstable)](https://coveralls.io/github/christroutner/babel-free-koa2-api-boilerplate?branch=unstable) + +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) + + Boilerplate for building APIs with [koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb. This repository is based on Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate). It makes the following modifications: diff --git a/package.json b/package.json index 9cd2143..e7c9ce4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,8 @@ "chai": "^4.1.2", "coveralls": "^3.0.2", "eslint": "^3.4.0", - "eslint-config-standard": "^6.0.0", + "eslint-config-promise": "^1.2.6", + "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^2.0.1", "eslint-plugin-standard": "^2.0.0", "mocha": "^3.0.2",