Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/patch/merge not exported #114

Closed
saimeunt opened this issue May 18, 2016 · 3 comments
Closed

/patch/merge not exported #114

saimeunt opened this issue May 18, 2016 · 3 comments

Comments

@saimeunt
Copy link

saimeunt commented May 18, 2016

For some reason you implemented 3 way merge (which is pretty cool) as a feature request that landed in 2.1.0 but you do not export it from the main entry point (src/index.js).

Please add the required patch :

import {merge} from './patch/merge';

export {merge};

And publish a new version on npm.

@christophepas
Copy link

Hey ! Is there any plan to release this feature in the near future ?

Thanks !

@kpdecker
Copy link
Owner

Pull requests accepted.

@snadrus
Copy link
Contributor

snadrus commented Feb 8, 2017

#165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants