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

Change subject: Update grunt-jscs to 2.1.0
......................................................................


Update grunt-jscs to 2.1.0

Change-Id: I3b18d19b1f047c137bcd4d0c69e667ad7d3d00a3
---
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 532924f..0cadbeb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,10 +1,10 @@
 /*jshint node:true */
 module.exports = function ( grunt ) {
+       var conf = grunt.file.readJSON( 'extension.json' );
        grunt.loadNpmTasks( 'grunt-contrib-jshint' );
        grunt.loadNpmTasks( 'grunt-jsonlint' );
        grunt.loadNpmTasks( 'grunt-banana-checker' );
        grunt.loadNpmTasks( 'grunt-jscs' );
-       var conf = grunt.file.readJSON( 'extension.json' );
 
        grunt.initConfig( {
                jshint: {
diff --git a/package.json b/package.json
index 93beca9..064530e 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.1.0",
     "grunt-jsonlint": "1.0.4"
   }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3b18d19b1f047c137bcd4d0c69e667ad7d3d00a3
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CollapsibleVector
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to