Skip to content

Commit

Permalink
Merge 9507ac9 into 71eb4f9
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Dec 16, 2017
2 parents 71eb4f9 + 9507ac9 commit 988c05e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"@bem/sdk.walk": "0.2.3",
"file-eval": "2.0.0",
"inherit": "2.2.6",
"lodash": "4.17.4",
"lodash.omit": "4.5.0",
"lodash.uniqby": "4.7.0",
"node-eval": "2.0.0",
"vow": "0.4.17"
},
Expand Down
4 changes: 2 additions & 2 deletions techs/levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const stream = require('stream');
const vow = require('vow');
const enb = require('enb');
const walk = require('@bem/sdk.walk');
const uniqBy = require('lodash').uniqBy;
const omit = require('lodash').omit;
const uniqBy = require('lodash.uniqby');
const omit = require('lodash.omit');

const vfs = enb.asyncFS || require('enb/lib/fs/async-fs');
const buildFlow = enb.buildFlow || require('enb/lib/build-flow');
Expand Down

0 comments on commit 988c05e

Please sign in to comment.