From 61a6a5dbf62d8c0df1638d1c0cc8587b3f461c52 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 24 Aug 2018 17:39:18 +0000 Subject: [PATCH] fix(package): update cssnano to version 4.1.0 Closes #34 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59d886a..95ea6a1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "bugs": "https://github.com/reshape/minify/issues", "dependencies": { - "cssnano": "^3.7.4", + "cssnano": "^4.1.0", "indx": "^0.2.3", "reshape-expressions": "^0.1.4", "reshape-parser": "^0.3.0",