Skip to content

Commit

Permalink
Update README to include version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips authored Jan 31, 2017
1 parent 6e1c9bb commit 538dd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Deep Object Diff

[![Greenkeeper badge](https://badges.greenkeeper.io/mattphillips/deep-object-diff.svg)](https://greenkeeper.io/)

[![npm version](https://badge.fury.io/js/deep-object-diff.svg)](https://badge.fury.io/js/deep-object-diff)
[![Build Status](https://travis-ci.org/mattphillips/deep-object-diff.svg?branch=master)](https://travis-ci.org/mattphillips/deep-object-diff)
[![Coverage Status](https://coveralls.io/repos/github/mattphillips/deep-object-diff/badge.svg?branch=master)](https://coveralls.io/github/mattphillips/deep-object-diff?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/mattphillips/deep-object-diff.svg)](https://greenkeeper.io/)

A small library that can deep diff two JavaScript Objects, including nested structures of arrays and objects.

Expand Down

0 comments on commit 538dd52

Please sign in to comment.