Skip to content

Commit

Permalink
Remove lodash isFinite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Suarez committed Mar 21, 2019
1 parent 00d6a3b commit 3c4386f
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 30 deletions.
1 change: 0 additions & 1 deletion lib/recurly/pricing/checkout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import clone from 'component-clone';
import find from 'component-find';
import intersection from 'intersect';
import isEmpty from 'lodash.isempty';
import isFinite from 'lodash.isfinite';
import Promise from 'promise';
import uniq from 'array-unique';
import uuid from 'uuid/v4';
Expand Down
1 change: 0 additions & 1 deletion lib/recurly/pricing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Emitter from 'component-emitter';
import clone from 'component-clone';
import find from 'component-find';
import pick from 'lodash.pick';
import isFinite from 'lodash.isfinite';
import PricingPromise from './promise';
import errors from '../errors';
import decimalize from '../../util/decimalize'
Expand Down
87 changes: 60 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"load-script": "^1.0.0",
"lodash.chunk": "^4.2.0",
"lodash.isempty": "^4.4.0",
"lodash.isfinite": "^3.3.2",
"lodash.pick": "^4.4.0",
"promise": "^8.0.2",
"tabbable": "^3.1.2",
Expand Down

0 comments on commit 3c4386f

Please sign in to comment.