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

Commit

Permalink
fix lodash typings (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored and hwillson committed Sep 28, 2018
1 parent 539b9a8 commit efdc5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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.

0 comments on commit efdc5a0

Please sign in to comment.