File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1818 ],
1919 "dependencies" : {
2020 "collect-stream" : " ^1.2.1" ,
21- "deep-extend" : " ^0.5 .0" ,
21+ "deep-extend" : " ^0.6 .0" ,
2222 "gulp-util" : " *" ,
2323 "http-https" : " ^1.0.0" ,
2424 "lodash.trim" : " ^4.5.1" ,
2525 "lookup-path" : " ^0.3.1" ,
26- "magic-string" : " ^0.22.4 " ,
26+ "magic-string" : " ^0.25.1 " ,
2727 "minimatch" : " ^3.0.4" ,
2828 "pify" : " ^3.0.0" ,
2929 "strip-bom" : " ^3.0.0" ,
3232 },
3333 "devDependencies" : {
3434 "gulp" : " 3" ,
35- "gulp-bump" : " ^3.1.0 " ,
36- "gulp-eslint" : " ^4 .0.2 " ,
35+ "gulp-bump" : " ^3.1.1 " ,
36+ "gulp-eslint" : " ^5 .0.0 " ,
3737 "gulp-load-plugins" : " ^1.5.0" ,
3838 "gulp-sourcemaps" : " *" ,
39- "tape" : " ^4.9.0 "
39+ "tape" : " ^4.9.1 "
4040 },
4141 "license" : " MIT"
4242}
Original file line number Diff line number Diff line change 1- gulp-cssimport
2- ==============
1+ # gulp-cssimport
32Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.
43
54INSTALL
You can’t perform that action at this time.
0 commit comments