Skip to content

Commit

Permalink
badges? badges? we don't need no stinkin badges!
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 5, 2016
1 parent 62f33d1 commit 30c829d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
A thing that is a lot like ES6 `Map`, but without iterators, for use
in environments where `for..of` syntax and `Map` are not available.

[![Build Status](https://travis-ci.org/isaacs/pseudomap.svg?branch=master)](https://travis-ci.org/isaacs/pseudomap/) [![Coverage Status](https://coveralls.io/repos/isaacs/pseudomap/badge.svg?branch=master&service=github)](https://coveralls.io/github/isaacs/pseudomap?branch=master)

If you need iterators, or just in general a more faithful polyfill to
ES6 Maps, check out [es6-map](http://npm.im/es6-map).

Expand Down

0 comments on commit 30c829d

Please sign in to comment.