Skip to content

Commit 95883e5

Browse files
authored
Merge branch 'master' into greenkeeper/graphql-relay-0.6.0
2 parents 44730c2 + 613c309 commit 95883e5

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# GraphQL + BookshelfJS
22

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/brysgo/graphql-bookshelf.svg)](https://greenkeeper.io/)
4-
5-
[![Join the chat at https://gitter.im/brysgo/graphql-bookshelf](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/brysgo/graphql-bookshelf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6-
7-
[![Build Status](https://travis-ci.org/brysgo/graphql-bookshelf.svg?branch=master)](https://travis-ci.org/brysgo/graphql-bookshelf)
3+
[![CircleCI][build-badge]][build]
4+
[![npm package][npm-badge]][npm]
5+
[![Greenkeeper badge][greenkeeper-badge]][greenkeeper]
86

97
[![peerDependency Status](https://david-dm.org/brysgo/graphql-bookshelf/peer-status.svg)](https://david-dm.org/brysgo/graphql-bookshelf#info=peerDependencies)
108

@@ -107,3 +105,13 @@ Another thing this library could help with is optimization. Turing graphql queri
107105
4. Run the tests with `npm test`
108106
5. When they pass, submit a PR
109107

108+
109+
[build-badge]: https://circleci.com/gh/brysgo/graphql-bookshelf.svg?style=shield
110+
[build]: https://circleci.com/gh/brysgo/graphql-bookshelf
111+
112+
[npm-badge]: https://img.shields.io/npm/v/graphql-bookshelf.png?style=flat-square
113+
[npm]: https://www.npmjs.org/package/graphql-bookshelf
114+
115+
116+
[greenkeeper-badge]: https://badges.greenkeeper.io/brysgo/graphql-bookshelf.svg
117+
[greenkeeper]: https://greenkeeper.io/

0 commit comments

Comments
 (0)