Bump package versions and sort

Remove grunt-cli as included by grunt.

Change-Id: If8f2a363ac9bbdf93979390087ac6c48959c5f40
This commit is contained in:
Ed Sanders
2016-05-24 14:33:42 +01:00
committed by Nikerabbit
parent 9eedc358e6
commit aaa144ca1d
2 changed files with 3 additions and 4 deletions

View File

@@ -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: {

View File

@@ -4,9 +4,8 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-banana-checker": "0.4.0",
"grunt-cli": "0.1.13",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-jscs": "2.8.0",
"grunt-jsonlint": "1.0.7"