Skip to content

Commit

Permalink
Adding npm badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 13, 2014
1 parent 48ddbd5 commit 35d55a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![build status][1]][2] [![dependency status][3]][4] [![dev dependency status][9]][10]

[![npm badge][13]][11]

[![browser support][5]][6]

Checks whether a value is an object
Expand Down Expand Up @@ -40,3 +42,4 @@ console.log(isObject(require("util"))) // true
[10]: https://david-dm.org/ljharb/is-object#info=devDependencies
[11]: https://npmjs.org/package/is-object
[12]: http://vb.teelaun.ch/ljharb/is-object.svg
[13]: https://nodei.co/npm/is-object.png?downloads=true&stars=true

0 comments on commit 35d55a8

Please sign in to comment.