This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
var path = require ( 'path' ) ,
6
- clonedeep = require ( 'lodash.clonedeep ' ) ,
7
- assign = require ( 'lodash. assign' ) ,
6
+ clonedeep = require ( 'lodash/cloneDeep ' ) ,
7
+ assign = require ( 'lodash/ assign' ) ,
8
8
sass = require ( './extensions' ) ;
9
9
10
10
/**
Original file line number Diff line number Diff line change 1
1
var grapher = require ( 'sass-graph' ) ,
2
- clonedeep = require ( 'lodash.clonedeep ' ) ,
2
+ clonedeep = require ( 'lodash/cloneDeep ' ) ,
3
3
path = require ( 'path' ) ,
4
4
config = { } ,
5
5
watcher = { } ,
Original file line number Diff line number Diff line change 60
60
"get-stdin" : " ^4.0.1" ,
61
61
"glob" : " ^7.0.3" ,
62
62
"in-publish" : " ^2.0.0" ,
63
- "lodash.assign" : " ^4.2.0" ,
64
- "lodash.clonedeep" : " ^4.3.2" ,
65
- "lodash.mergewith" : " ^4.6.0" ,
63
+ "lodash" : " ^4.17.11" ,
66
64
"meow" : " ^3.7.0" ,
67
65
"mkdirp" : " ^0.5.1" ,
68
66
"nan" : " ^2.10.0" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ var assert = require('assert'),
7
7
? require ( '../lib-cov' )
8
8
: require ( '../lib' ) ,
9
9
readYaml = require ( 'read-yaml' ) ,
10
- mergeWith = require ( 'lodash.mergewith ' ) ,
11
- assign = require ( 'lodash. assign' ) ,
10
+ mergeWith = require ( 'lodash/mergeWith ' ) ,
11
+ assign = require ( 'lodash/ assign' ) ,
12
12
glob = require ( 'glob' ) ,
13
13
specPath = require ( 'sass-spec' ) . dirname . replace ( / \\ / g, '/' ) ,
14
14
impl = 'libsass' ,
You can’t perform that action at this time.
0 commit comments