From d21366d0ba184ac128eeb8e72937941f862ae2bd Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 17 Jan 2018 00:39:50 -0800 Subject: [PATCH] Add license scan report and status --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39d368afb..fc1fea6aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # body-parser-graphql [![npm](https://img.shields.io/npm/v/body-parser-graphql.svg?style=for-the-badge)](https://www.npmjs.com/package/body-parser-graphql) -[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge)](https://github.com/semantic-release/semantic-release)[![CircleCI](https://img.shields.io/circleci/project/github/supergraphql/body-parser-graphql.svg?style=for-the-badge)](https://circleci.com/gh/supergraphql/body-parser-graphql)[![Code Climate](https://img.shields.io/codeclimate/maintainability/supergraphql/body-parser-graphql.svg?style=for-the-badge&label=code%20quality)](https://codeclimate.com/github/supergraphql/body-parser-graphql)[![Coveralls](https://img.shields.io/coveralls/github/supergraphql/body-parser-graphql.svg?style=for-the-badge)](https://coveralls.io/github/supergraphql/body-parser-graphql)[![Renovate badge](https://img.shields.io/badge/renovate-enabled-e10079.svg?style=for-the-badge)](https://renovateapp.com/) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge)](https://github.com/semantic-release/semantic-release)[![CircleCI](https://img.shields.io/circleci/project/github/supergraphql/body-parser-graphql.svg?style=for-the-badge)](https://circleci.com/gh/supergraphql/body-parser-graphql)[![Code Climate](https://img.shields.io/codeclimate/maintainability/supergraphql/body-parser-graphql.svg?style=for-the-badge&label=code%20quality)](https://codeclimate.com/github/supergraphql/body-parser-graphql)[![Coveralls](https://img.shields.io/coveralls/github/supergraphql/body-parser-graphql.svg?style=for-the-badge)](https://coveralls.io/github/supergraphql/body-parser-graphql)[![Renovate badge](https://img.shields.io/badge/renovate-enabled-e10079.svg?style=for-the-badge)](https://renovateapp.com/) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsupergraphql%2Fbody-parser-graphql.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsupergraphql%2Fbody-parser-graphql?ref=badge_shield) + Express body-parser that supports the `application/graphql` MIME type. ## How does it work? @@ -67,3 +68,7 @@ app.use(bodyParserGraphQL())

+ + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsupergraphql%2Fbody-parser-graphql.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsupergraphql%2Fbody-parser-graphql?ref=badge_large) \ No newline at end of file