Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Conversation

@kylef
Copy link
Member

@kylef kylef commented Mar 25, 2019

In the README we document the module as:

const { Fury } = require('fury');
const FuryRemoteAdapter = require('fury-adapter-remote');

const fury = new Fury();
fury.use(new FuryRemoteAdapter(options);

However, since we export an object with FuryRemoteAdapter as a property it errors out.

In this PR I have aligned implementation with the docs.

@kylef kylef force-pushed the kylef/far-exports branch from 0cf8966 to 4bf3f3b Compare March 25, 2019 16:16
@kylef kylef requested a review from klokane March 25, 2019 16:17
@kylef kylef added the remote label Mar 25, 2019
@pksunkara pksunkara merged commit 0a657c8 into master Mar 25, 2019
@pksunkara pksunkara deleted the kylef/far-exports branch March 25, 2019 16:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants