Commit 44366b39 by Cheesestringer Committed by Michael Mifsud
parent 088b80b6
......@@ -3,8 +3,8 @@
*/
var path = require('path'),
clonedeep = require('lodash.clonedeep'),
assign = require('lodash.assign'),
clonedeep = require('lodash/cloneDeep'),
assign = require('lodash/assign'),
sass = require('./extensions');
/**
......
var grapher = require('sass-graph'),
clonedeep = require('lodash.clonedeep'),
clonedeep = require('lodash/cloneDeep'),
path = require('path'),
config = {},
watcher = {},
......
......@@ -60,9 +60,7 @@
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.3.2",
"lodash.mergewith": "^4.6.0",
"lodash": "^4.17.11",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"nan": "^2.10.0",
......
......@@ -7,8 +7,8 @@ var assert = require('assert'),
? require('../lib-cov')
: require('../lib'),
readYaml = require('read-yaml'),
mergeWith = require('lodash.mergewith'),
assign = require('lodash.assign'),
mergeWith = require('lodash/mergeWith'),
assign = require('lodash/assign'),
glob = require('glob'),
specPath = require('sass-spec').dirname.replace(/\\/g, '/'),
impl = 'libsass',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment