Bump package versions and sort
Remove grunt-cli as included by grunt. Change-Id: If8f2a363ac9bbdf93979390087ac6c48959c5f40
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
module.exports = function ( grunt ) {
|
||||
'use strict';
|
||||
|
||||
grunt.loadNpmTasks( 'grunt-banana-checker' );
|
||||
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
|
||||
grunt.loadNpmTasks( 'grunt-jscs' );
|
||||
grunt.loadNpmTasks( 'grunt-jsonlint' );
|
||||
grunt.loadNpmTasks( 'grunt-banana-checker' );
|
||||
|
||||
grunt.initConfig( {
|
||||
jshint: {
|
||||
|
||||
Reference in New Issue
Block a user