Merge pull request #5 from christroutner/unstable

Adding badges
This commit is contained in:
Chris Troutner
2018-11-07 20:41:11 -08:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -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:
+2 -1
View File
@@ -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",