Skip to content

Commit

Permalink
Use lodash-es instead of lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Nov 13, 2018
1 parent cf7066f commit d94159e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Bootstrap4/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'raf/polyfill';

import React from 'react';
import ReactDOM from 'react-dom';
import { isEqual, omit } from 'lodash';
import { isEqual, omit } from 'lodash-es';

import { FormWithConstraints, Input, FieldFeedbacks, Async, FieldFeedback } from 'react-form-with-constraints-bootstrap4';
import { DisplayFields } from 'react-form-with-constraints-tools';
Expand Down
2 changes: 1 addition & 1 deletion examples/Bootstrap4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "latest",
"react-dom": "latest",

"lodash": "latest",
"lodash-es": "latest",

"react-form-with-constraints": "^0.10.0",
"react-form-with-constraints-bootstrap4": "^0.10.0",
Expand Down

0 comments on commit d94159e

Please sign in to comment.