From 3a70d258d54bd81937042c0b47db86d86255f60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 26 Mar 2018 16:32:18 +0200 Subject: [PATCH] Lock postcss-less to 1.1.3 Both 1.1.4 and 1.1.5 fail. Because of the dotdotdor issue it is impossibly to know whether the 1.1.5 failures are legitimate. Change-Id: I813d4767c27ef16bd6fc67577fe722548406cce2 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dcc2ca6..bef62db2 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "grunt-jsonlint": "1.1.0", "grunt-stylelint": "0.9.0", "stylelint": "8.2.0", - "stylelint-config-wikimedia": "0.4.2" + "stylelint-config-wikimedia": "0.4.2", + "postcss-less": "1.1.3" } }