Skip to content

Commit

Permalink
chore(deps): remove lodash.flow as it isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercejudo committed Jan 24, 2016
1 parent 73d09a7 commit c0cbb26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"arbitrary-precision": "^1.2.2",
"bigjs-adapter": "^2.4.0",
"floating-adapter": "^1.3.0",
"lodash.flow": "^3.2.1",
"ramda": "^0.19.1",
"remove-whitespace": "^1.1.0",
"to-decimal-arbitrary-precision": "^1.0.2"
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

'use strict';

var flow = require('lodash.flow');
var defaultTo = require('ramda/src/defaultTo');
var decimalFactory = require('arbitrary-precision');
var floatingAdapter = require('floating-adapter');
Expand Down

0 comments on commit c0cbb26

Please sign in to comment.