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.
This commit is contained in:
Alan Orth 2018-08-29 12:38:24 +03:00
parent 98f68004b4
commit 3dd1a958a8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}