Bump grunt-contrib-sass to v0.9.1.

This commit is contained in:
XhmikosR 2015-02-06 19:12:28 +02:00
Родитель d412b60058
Коммит b75073ccd6
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -64,7 +64,6 @@ module.exports = function (grunt) {
sass: {
options: {
banner: '<%= banner %>',
sourcemap: 'none',
style: 'expanded',
unixNewlines: true

Просмотреть файл

@ -34,7 +34,7 @@
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-sass": "~0.9.1",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",