Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
c58 committed Feb 12, 2016
1 parent 3f788f7 commit e033a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ var _bind2 = require('fast.js/function/bind');

var _bind3 = _interopRequireDefault(_bind2);

var _marsdb = require('marsdb');

var _marsdb2 = _interopRequireDefault(_marsdb);

var _invariant = require('invariant');

var _invariant2 = _interopRequireDefault(_invariant);
Expand Down Expand Up @@ -84,7 +88,7 @@ function configure() {
(0, _invariant2.default)(!_sockjsServer, 'configure(...): sync server already configured');

// Setup connectino
options.collection.defaultDelegate((0, _CollectionManager.createCollectionManager)());
_marsdb2.default.defaultDelegate((0, _CollectionManager.createCollectionManager)());
_sockjsServer = new _ws.Server(options);
_sockjsServer.on('connection', (0, _bind3.default)(_handleNewConnection, null, options));
_customManagers = options.managers || [];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsdb-sync-server",
"version": "0.0.8",
"version": "0.0.9",
"author": {
"name": "Artem Artemev",
"email": "art@studytime.me"
Expand Down

0 comments on commit e033a02

Please sign in to comment.