grunt and lightbox updates, cookieconsent added

This commit is contained in:
Oleg Lavrovsky 2018-05-28 17:41:49 +02:00
parent 72373f9968
commit dc3ad4fe34
2 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@
"dependencies": { "dependencies": {
"bootstrap-sass": "bootstrap-sass-official#^3.3.7", "bootstrap-sass": "bootstrap-sass-official#^3.3.7",
"slick-carousel": "^1.4.1", "slick-carousel": "^1.4.1",
"slick-lightbox": "^0.2.10" "slick-lightbox": "^0.2.10",
"cookieconsent": "cookieconsent2#^3.0.6"
} }
} }

View File

@ -9,13 +9,13 @@
"bower": "latest" "bower": "latest"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.0.1", "grunt": "^1.0.2",
"grunt-bg-shell": "^2.3.3", "grunt-bg-shell": "^2.3.3",
"grunt-bowercopy": "^1.2.4", "grunt-bowercopy": "^1.2.4",
"grunt-browser-sync": "^2.2.0", "grunt-browser-sync": "^2.2.0",
"grunt-contrib-imagemin": "^1.0.1", "grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-sass": "^1.0.0", "grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0" "grunt-contrib-watch": "^1.1.0"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"