Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

fix lodash typings #2430

Merged
merged 2 commits into from
Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ export * from './withApollo';
export * from './types';

// XXX remove in the next breaking semver change (3.0)
export { default as compose } from 'lodash/flowRight';
import compose from 'lodash/flowRight';
export { compose };
5 changes: 0 additions & 5 deletions typings/lodash_flow-right.ts

This file was deleted.