Skip to content

Commit

Permalink
Merge pull request socketio#934 from darrachequesne/patch-2
Browse files Browse the repository at this point in the history
Add badges showing dependency status
  • Loading branch information
nkzawa committed Jan 17, 2016
2 parents e504aa1 + e97f904 commit 7dd672f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# socket.io-client

[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client)
[![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client)
[![devDependency Status](https://david-dm.org/socketio/socket.io-client/dev-status.svg)](https://david-dm.org/socketio/socket.io-client#info=devDependencies)
![NPM version](https://badge.fury.io/js/socket.io-client.svg)
![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?style=flat)
[![](http://slack.socket.io/badge.svg?)](http://slack.socket.io)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@
"component-bind": "1.0.0",
"component-emitter": "1.2.0",
"object-component": "0.0.3",
"socket.io-parser": "2.2.5",
"socket.io-parser": "2.2.6",
"has-binary": "0.1.7",
"indexof": "0.0.1",
"parseuri": "0.0.4",
"to-array": "0.1.3",
"to-array": "0.1.4",
"backo2": "1.0.2"
},
"devDependencies": {
"base64-arraybuffer": "0.1.0",
"browserify": "12.0.1",
"base64-arraybuffer": "0.1.5",
"browserify": "13.0.0",
"concat-stream": "1.5.1",
"derequire": "2.0.3",
"expect.js": "0.2.0",
"has-cors": "1.0.3",
"istanbul": "0.2.1",
"mocha": "1.16.2",
"expect.js": "0.3.1",
"has-cors": "1.1.0",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"socket.io": "1.4.4",
"text-blob-builder": "0.0.1",
"uglify-js": "2.4.15",
"zuul": "3.7.3",
"uglify-js": "2.6.1",
"zuul": "3.9.0",
"zuul-ngrok": "3.2.0"
},
"scripts": {
Expand Down

0 comments on commit 7dd672f

Please sign in to comment.