Skip to content

Commit 83f6395

Browse files
committed
clean-css dep update
1 parent 6714b78 commit 83f6395

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.1 (12/17/2016)
2+
3+
- merge fix for #24 (https://github.com/scniro/gulp-clean-css/pull/24)
4+
- clean-css release update, 3.4.22 => 3.4.23
5+
16
# 2.3.0 (12/12/2016)
27

38
- bug fix #21 => https://github.com/scniro/gulp-clean-css/issues/21

package.json

Lines changed: 2 additions & 2 deletions
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": "2.3.1",
5+
"version": "2.3.2",
66
"author": "scniro",
77
"license": "MIT",
88
"bugs": {
@@ -29,7 +29,7 @@
2929
"gulpfriendly"
3030
],
3131
"dependencies": {
32-
"clean-css": "^3.4.22",
32+
"clean-css": "^3.4.23",
3333
"gulp-util": "^3.0.7",
3434
"object-assign": "^4.1.0",
3535
"through2": "^2.0.3",

test/fixtures/sourcemaps/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>gulp-clean-css: source maps</title>
66

7-
<link rel="stylesheet" href="sourcemapped.css"/>
7+
<link rel="stylesheet" href="sourcemapped.generated.css"/>
88
</head>
99
<body>
1010
<p>source maps</p>

0 commit comments

Comments
 (0)