Skip to content

Commit 1a685c0

Browse files
committedNov 12, 2017
[chore] Release 3.1.4
1 parent b3f1d35 commit 1a685c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "lib/engine.io",
66
"author": "Guillermo Rauch <guillermo@learnboost.com>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-eslint": "^7.2.3",
3737
"babel-preset-es2015": "^6.24.0",
38-
"engine.io-client": "^3.1.1",
38+
"engine.io-client": "3.1.4",
3939
"eslint": "^4.5.0",
4040
"eslint-config-standard": "^10.2.1",
4141
"eslint-plugin-import": "^2.7.0",

0 commit comments

Comments
 (0)
Please sign in to comment.