Skip to content

Commit

Permalink
remove lodash defaults and reduce and replace with similar dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHenkel committed Feb 25, 2017
1 parent 9464919 commit 641fe31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/registry.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var reduce = require('lodash.reduce');
var reduce = require('object.reduce');

var validateRegistry = require('./helpers/validateRegistry');

Expand Down
2 changes: 1 addition & 1 deletion lib/tree.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var defaults = require('lodash.defaults');
var defaults = require('object.defaults');
var map = require('lodash.map');

var metadata = require('./helpers/metadata');
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"bach": "^1.0.0",
"es6-weak-map": "^2.0.1",
"last-run": "^1.1.0",
"lodash.defaults": "^4.0.1",
"lodash.flatten": "^4.0.0",
"lodash.map": "^4.1.0",
"lodash.reduce": "^4.1.0",
"object.defaults": "^0.3.0",
"object.reduce": "^0.1.7",
"undertaker-registry": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 641fe31

Please sign in to comment.