jenkins-bot has submitted this change and it was merged.

Change subject: Bump jscs version in package.json to 2.0.0
......................................................................


Bump jscs version in package.json to 2.0.0

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

Approvals:
  Paladox: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index abb41c9..32da573 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,10 +1,10 @@
 /*jshint node:true */
 module.exports = function ( grunt ) {
+       var conf = grunt.file.readJSON( 'skin.json' );
        grunt.loadNpmTasks( 'grunt-contrib-jshint' );
        grunt.loadNpmTasks( 'grunt-jsonlint' );
        grunt.loadNpmTasks( 'grunt-banana-checker' );
        grunt.loadNpmTasks( 'grunt-jscs' );
-       var conf = grunt.file.readJSON( 'skin.json' );
 
        grunt.initConfig( {
                jshint: {
diff --git a/package.json b/package.json
index 93beca9..7a6ece4 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "grunt-cli": "0.1.13",
     "grunt-contrib-jshint": "0.11.2",
     "grunt-banana-checker": "0.2.2",
-    "grunt-jscs": "1.8.0",
+    "grunt-jscs": "2.0.0",
     "grunt-jsonlint": "1.0.4"
   }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6a95a950ceee0e7522436deaa0ac0abc1c3a5b91
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/skins/Metrolook
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to