Skip to content

Commit

Permalink
Updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roman.vasilev committed Oct 13, 2018
1 parent 36ea40a commit 5ec88e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"dependencies": {
"collect-stream": "^1.2.1",
"deep-extend": "^0.5.0",
"deep-extend": "^0.6.0",
"gulp-util": "*",
"http-https": "^1.0.0",
"lodash.trim": "^4.5.1",
"lookup-path": "^0.3.1",
"magic-string": "^0.22.4",
"magic-string": "^0.25.1",
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"strip-bom": "^3.0.0",
Expand All @@ -32,11 +32,11 @@
},
"devDependencies": {
"gulp": "3",
"gulp-bump": "^3.1.0",
"gulp-eslint": "^4.0.2",
"gulp-bump": "^3.1.1",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sourcemaps": "*",
"tape": "^4.9.0"
"tape": "^4.9.1"
},
"license": "MIT"
}
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
gulp-cssimport
==============
# gulp-cssimport
Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.

INSTALL
Expand Down

0 comments on commit 5ec88e2

Please sign in to comment.