Skip to content

Commit

Permalink
clean-css dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed Dec 17, 2016
1 parent 6714b78 commit 83f6395
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 2.3.1 (12/17/2016)

- merge fix for #24 (https://github.com/scniro/gulp-clean-css/pull/24)
- clean-css release update, 3.4.22 => 3.4.23

# 2.3.0 (12/12/2016)

- bug fix #21 => https://github.com/scniro/gulp-clean-css/issues/21
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gulp-clean-css",
"description": "Minify css with clean-css.",
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "2.3.1",
"version": "2.3.2",
"author": "scniro",
"license": "MIT",
"bugs": {
Expand All @@ -29,7 +29,7 @@
"gulpfriendly"
],
"dependencies": {
"clean-css": "^3.4.22",
"clean-css": "^3.4.23",
"gulp-util": "^3.0.7",
"object-assign": "^4.1.0",
"through2": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/sourcemaps/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>gulp-clean-css: source maps</title>

<link rel="stylesheet" href="sourcemapped.css"/>
<link rel="stylesheet" href="sourcemapped.generated.css"/>
</head>
<body>
<p>source maps</p>
Expand Down

0 comments on commit 83f6395

Please sign in to comment.