From 3dd1a958a8236d3579c690c5f15075651401bcfe Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Aug 2018 12:38:24 +0300 Subject: [PATCH] package.json: Pin cookieconsent to version 3.0.4 for now It looks like they made many updates in version 3.1.0 and I haven't tested it yet. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d27ff2..79a5230 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "bootstrap": "4.1.3", "clean-css-cli": "^4.2.1", - "cookieconsent": "^3.0.4", + "cookieconsent": "3.0.4", "font-awesome": "^4.7.0", "node-sass": "^4.9.3" }