Skip to content

Commit

Permalink
chore: remove greenkeeper badge
Browse files Browse the repository at this point in the history
Removes the greenkeeper badge since it is no longer used.
  • Loading branch information
jniles committed Apr 1, 2020
1 parent 41865d8 commit 7e0397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tree

[![Build Status](https://travis-ci.org/IMA-WorldHealth/Tree.svg?branch=master)](https://travis-ci.org/IMA-WorldHealth/Tree)
[![Coverage Status](https://coveralls.io/repos/github/IMA-WorldHealth/Tree/badge.svg?branch=master)](https://coveralls.io/github/IMA-WorldHealth/Tree?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/IMA-WorldHealth/Tree.svg)](https://greenkeeper.io/)
[![Coverage Status](https://coveralls.io/repos/github/IMA-WorldHealth/Tree/badge.svg?branch=master)](https://coveralls.io/github/IMA-WorldHealth/Tree?branch=master)

This module provides a simple API to create trees from [adjacency lists](https://en.wikipedia.org/wiki/Adjacency_list).
Specifically, given an array of JSON objects with ids and pointers to their parent ids, we can construct a tree
Expand Down

0 comments on commit 7e0397f

Please sign in to comment.