Update package grunt-less deprecated for the new grunt-contrib-less

as suggested in the README
https://github.com/jharding/grunt-less/blob/master/README.md#grunt-less-deprecated
This commit is contained in:
Pierre Dulac 2013-01-18 00:52:08 +01:00
parent 4f53479cf0
commit 1c81906dcd
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-coffee');
grunt.loadNpmTasks('grunt-mocha');
grunt.loadNpmTasks('grunt-less');
grunt.loadNpmTasks('grunt-contrib-less');
grunt.registerTask('default', 'concat coffee less min mocha');
};

View File

@ -17,6 +17,6 @@
"devDependencies": {
"grunt-coffee": "~> 0.0.6",
"grunt-mocha": "~> 0.1.7",
"grunt-less": "~> 0.1.7"
"grunt-contrib-less": "~> 0.3.2"
}
}