From ed76add6a7f6f40d3950819d84ef89660a2b618a Mon Sep 17 00:00:00 2001 From: Georgii Dolzhykov Date: Thu, 12 May 2016 19:34:48 +0300 Subject: [PATCH] Update html-minifier Without this change, this markup takes ages to be processed: `
` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 753ca39..1c8cf11 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test": "./node_modules/.bin/grunt" }, "dependencies": { - "html-minifier": "~1.1.1" + "html-minifier": "~2.1.2" }, "devDependencies": { "grunt": "~0.4.0",