Skip to content

Commit 7ac1ddf

Browse files
committed
update badges
1 parent efa045d commit 7ac1ddf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
Immutable versions of normally mutable array methods
44

5-
[![Build Status](https://travis-ci.org/georapbox/immutable-arrays.svg?branch=master)](https://travis-ci.org/georapbox/immutable-arrays)
6-
[![npm version](https://badge.fury.io/js/immutable-arrays.svg)](http://badge.fury.io/js/immutable-arrays)
7-
[![Dependencies](https://david-dm.org/georapbox/immutable-arrays.svg?theme=shields.io)](https://david-dm.org/georapbox/immutable-arrays)
5+
[![Travis](https://img.shields.io/travis/georapbox/immutable-arrays/master.svg)](https://travis-ci.org/georapbox/immutable-arrays.svg?branch=master)
6+
[![npm version](https://img.shields.io/npm/v/immutable-arrays.svg)](http://badge.fury.io/js/immutable-arrays)
7+
[![npm downloads](https://img.shields.io/npm/dm/immutable-arrays.svg)](http://badge.fury.io/js/immutable-arrays)
8+
[![npm license](https://img.shields.io/npm/l/immutable-arrays.svg)](http://badge.fury.io/js/immutable-arrays)
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
10+
[![Code Climate](https://codeclimate.com/github/georapbox/immutable-arrays/badges/gpa.svg)](https://codeclimate.com/github/georapbox/immutable-arrays)
11+
[![Test Coverage](https://codeclimate.com/github/georapbox/immutable-arrays/badges/coverage.svg)](https://codeclimate.com/github/georapbox/immutable-arrays/coverage)
12+
[![Dependencies](https://david-dm.org/georapbox/immutable-arrays.svg)](https://david-dm.org/georapbox/immutable-arrays)
813
[![devDependency Status](https://david-dm.org/georapbox/immutable-arrays/dev-status.svg)](https://david-dm.org/georapbox/immutable-arrays#info=devDependencies)
914

1015
## Install

0 commit comments

Comments
 (0)