Skip to content

Commit

Permalink
Merge pull request #3955 from newoga/remove-lodash.flowright
Browse files Browse the repository at this point in the history
[Core] Remove dependency on lodash.flowright
  • Loading branch information
nathanmarks committed Apr 12, 2016
2 parents 8b27c06 + 48ff3fc commit 8492985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"dependencies": {
"inline-style-prefixer": "^1.0.2",
"keycode": "^2.1.0",
"lodash.flowright": "^3.2.1",
"lodash.merge": "^4.1.0",
"lodash.throttle": "^4.0.0",
"react-addons-create-fragment": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/getMuiTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import zIndex from './zIndex';
import autoprefixer from '../utils/autoprefixer';
import callOnce from '../utils/callOnce';
import rtl from '../utils/rtl';
import compose from 'lodash.flowright';
import compose from 'recompose/compose';
import typography from './typography';
import {
red500, grey400, grey500, grey600, grey700,
Expand Down

0 comments on commit 8492985

Please sign in to comment.