Skip to content

Commit 414e7cb

Browse files
author
Sal Niro
committedJun 14, 2017
clean-css => 4.1.4, dep updates
1 parent d6729f2 commit 414e7cb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gulp-clean-css",
33
"description": "Minify css with clean-css.",
44
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
5-
"version": "3.4.1",
5+
"version": "3.4.2",
66
"author": "scniro",
77
"license": "MIT",
88
"bugs": {
@@ -29,25 +29,25 @@
2929
"gulpfriendly"
3030
],
3131
"dependencies": {
32-
"clean-css": "4.1.3",
32+
"clean-css": "4.1.4",
3333
"gulp-util": "3.0.8",
3434
"through2": "2.0.3",
3535
"vinyl-sourcemaps-apply": "0.2.1"
3636
},
3737
"devDependencies": {
38-
"chai": "3.5.0",
39-
"chai-string": "1.3.0",
38+
"chai": "4.0.2",
39+
"chai-string": "1.4.0",
4040
"coveralls": "2.13.1",
41-
"del": "2.2.2",
41+
"del": "3.0.0",
4242
"express": "4.15.3",
4343
"gulp": "3.9.1",
4444
"gulp-concat": "2.6.1",
45-
"gulp-istanbul": "1.1.1",
45+
"gulp-istanbul": "1.1.2",
4646
"gulp-mocha": "4.3.1",
4747
"gulp-rename": "1.2.2",
4848
"gulp-sass": "3.1.0",
4949
"gulp-sourcemaps": "2.6.0",
50-
"mocha": "3.4.1",
50+
"mocha": "3.4.2",
5151
"vinyl": "2.0.2",
5252
"vinyl-buffer": "1.0.0",
5353
"vinyl-fs-fake": "1.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.