Skip to content

Commit dff94b2

Browse files
author
SpainTrain
committed
Update dep engine.io to v1.5.3
Closes socketio#2228
1 parent ae5420b commit dff94b2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.12"
6+
- "4.0.0"
67

78
git:
89
depth: 1

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# socket.io
33

4-
[![Build Status](https://secure.travis-ci.org/Automattic/socket.io.svg)](http://travis-ci.org/Automattic/socket.io)
4+
[![Build Status](https://travis-ci.org/socketio/socket.io.svg)](https://travis-ci.org/socketio/socket.io)
55
![NPM version](https://badge.fury.io/js/socket.io.svg)
66
![Downloads](http://img.shields.io/npm/dm/socket.io.svg?style=flat)
77
[![](http://slack.socket.io/badge.svg)](http://slack.socket.io)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"url": "git://github.com/Automattic/socket.io"
1919
},
2020
"scripts": {
21-
"test": "mocha --reporter dot --slow 200ms --bail"
21+
"test": "mocha --reporter dot --slow 200ms"
2222
},
2323
"dependencies": {
24-
"engine.io": "automattic/engine.io#f3fd4bb",
24+
"engine.io": "1.5.3",
2525
"socket.io-parser": "2.2.4",
2626
"socket.io-client": "automattic/socket.io-client#bf98153",
2727
"socket.io-adapter": "automattic/socket.io-adapter#de5cba",

0 commit comments

Comments
 (0)