Skip to content

Commit 5ec88e2

Browse files
author
roman.vasilev
committed
Updated some dependencies
1 parent 36ea40a commit 5ec88e2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
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",
@@ -32,11 +32,11 @@
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
}

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
gulp-cssimport
2-
==============
1+
# gulp-cssimport
32
Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.
43

54
INSTALL

0 commit comments

Comments
 (0)