We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fc151 commit 8bdb76bCopy full SHA for 8bdb76b
src/simperium/client.js
@@ -301,3 +301,6 @@ function defaultWebsocketClientProvider( url ) {
301
}
302
return new WebSocketClient( url );
303
304
+
305
+// Simplenote expects this.
306
+Client.Bucket = Bucket;
test/simperium/client_test.js
@@ -1,4 +1,4 @@
1
-import { Client } from '../../src/simperium/client';
+import Client from '../../src/simperium/client';
2
import * as events from 'events';
3
import { equal, ok } from 'assert';
4
0 commit comments