Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290219

Change subject: Sort dependencies and bump grunt-cli
......................................................................

Sort dependencies and bump grunt-cli

Change-Id: If149fc4813e3c06384bd5cd8f0f7a1212b6e8af2
---
M Gruntfile.js
M package.json
2 files changed, 12 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/19/290219/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 8bbee49..d783629 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,12 +1,12 @@
 // jscs:disable jsDoc
 /*jshint node:true, strict:false */
 module.exports = function ( grunt ) {
-       grunt.loadNpmTasks( 'grunt-contrib-jshint' );
-       grunt.loadNpmTasks( 'grunt-jsonlint' );
-       grunt.loadNpmTasks( 'grunt-jscs' );
-       grunt.loadNpmTasks( 'grunt-contrib-watch' );
-       grunt.loadNpmTasks( 'grunt-notify' );
        grunt.loadNpmTasks( 'grunt-banana-checker' );
+       grunt.loadNpmTasks( 'grunt-contrib-jshint' );
+       grunt.loadNpmTasks( 'grunt-contrib-watch' );
+       grunt.loadNpmTasks( 'grunt-jscs' );
+       grunt.loadNpmTasks( 'grunt-jsonlint' );
+       grunt.loadNpmTasks( 'grunt-notify' );
 
        grunt.initConfig( {
                jshint: {
diff --git a/package.json b/package.json
index 781e1f2..8b87a2a 100644
--- a/package.json
+++ b/package.json
@@ -10,14 +10,14 @@
                "svgo": ">=0.4.4"
        },
        "devDependencies": {
-               "grunt-cli": "0.1.13",
-               "grunt-contrib-jshint": "1.0.0",
                "grunt-banana-checker": "0.5.0",
-               "grunt-jscs": "2.8.0",
-               "jscs-preset-wikimedia": "1.0.0",
-               "js-beautify": "1.5.10",
-               "grunt-notify": "0.4.5",
+               "grunt-cli": "1.2.0",
+               "grunt-contrib-jshint": "1.0.0",
                "grunt-contrib-watch": "1.0.0",
-               "grunt-jsonlint": "1.0.7"
+               "grunt-jscs": "2.8.0",
+               "grunt-jsonlint": "1.0.7",
+               "grunt-notify": "0.4.5",
+               "js-beautify": "1.5.10",
+               "jscs-preset-wikimedia": "1.0.0"
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/290219
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If149fc4813e3c06384bd5cd8f0f7a1212b6e8af2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to