Skip to content

Commit

Permalink
[chore] Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 13, 2019
1 parent 7bf7581 commit ecfcc69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "3.3.2",
"version": "3.4.0",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-preset-es2015": "^6.24.0",
"engine.io-client": "3.3.1",
"engine.io-client": "3.4.0",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion test/engine.io.js
Expand Up @@ -19,7 +19,7 @@ describe('engine', function () {
expect(eio.protocol).to.be.a('number');
});

it.skip('should be the same version as client', function () {
it('should be the same version as client', function () {
var version = require('../package').version;
expect(version).to.be(require('engine.io-client/package').version);
});
Expand Down

0 comments on commit ecfcc69

Please sign in to comment.