build: Update package versions and sort

Change-Id: Icfda010166b29916e2b3217873c30d459b4c041c
This commit is contained in:
Ed Sanders 2017-01-23 15:01:31 +00:00
parent f7d8d036ac
commit 5cad73068e
2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,9 @@
/* eslint-env node */
module.exports = function ( grunt ) {
var conf = grunt.file.readJSON( 'skin.json' );
grunt.loadNpmTasks( 'grunt-banana-checker' );
grunt.loadNpmTasks( 'grunt-eslint' );
grunt.loadNpmTasks( 'grunt-jsonlint' );
grunt.loadNpmTasks( 'grunt-banana-checker' );
grunt.loadNpmTasks( 'grunt-stylelint' );
grunt.initConfig( {

View File

@ -5,13 +5,11 @@
"doc": "jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"eslint-config-wikimedia": "0.3.0",
"grunt-banana-checker": "0.5.0",
"grunt-jsonlint": "1.0.7",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.6.0",
"stylelint-config-wikimedia": "0.3.0"
}