From 47a099f7264cf9fdd6eea0c25270e663129d0d11 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 19 Feb 2017 22:46:27 +0200 Subject: [PATCH] Update clean-css to v4.0.7. --- lib/usage.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/usage.js b/lib/usage.js index e8b3054..a8fd1aa 100644 --- a/lib/usage.js +++ b/lib/usage.js @@ -5,7 +5,7 @@ module.exports = { console.log(""); console.log("Clean CSS Plugin"); console.log("specify plugin with --clean-css"); - console.log("To pass an option to clean css, we use similar CLI arguments as from https://github.com/GoalSmashers/clean-css"); + console.log("To pass an option to clean css, we use similar CLI arguments as from https://github.com/jakubpawlowicz/clean-css"); console.log("The exception is advanced and rebase - we turn these off by default so use advanced/rebase to turn it back on again."); console.log("--clean-css=\"-s1 --advanced --rebase\""); console.log("The options do not require dashes, so this is also equivalent"); diff --git a/package.json b/package.json index 92fb379..6132ac7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "node": ">=0.10" }, "dependencies": { - "clean-css": "^3.0.1" + "clean-css": "^4.0.7" }, "keywords": [ "less plugins",