mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-13 07:11:12 +01:00
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:
parent
4f53479cf0
commit
1c81906dcd
2 changed files with 2 additions and 2 deletions
2
grunt.js
2
grunt.js
|
@ -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');
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue