mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-11 05:46:37 +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
grunt.js
2
grunt.js
@ -50,7 +50,7 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
grunt.loadNpmTasks('grunt-coffee');
|
grunt.loadNpmTasks('grunt-coffee');
|
||||||
grunt.loadNpmTasks('grunt-mocha');
|
grunt.loadNpmTasks('grunt-mocha');
|
||||||
grunt.loadNpmTasks('grunt-less');
|
grunt.loadNpmTasks('grunt-contrib-less');
|
||||||
|
|
||||||
grunt.registerTask('default', 'concat coffee less min mocha');
|
grunt.registerTask('default', 'concat coffee less min mocha');
|
||||||
};
|
};
|
||||||
|
@ -17,6 +17,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-coffee": "~> 0.0.6",
|
"grunt-coffee": "~> 0.0.6",
|
||||||
"grunt-mocha": "~> 0.1.7",
|
"grunt-mocha": "~> 0.1.7",
|
||||||
"grunt-less": "~> 0.1.7"
|
"grunt-contrib-less": "~> 0.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user