Hashar has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/369037 )

Change subject: build: bump grunt and drop grunt-cli
......................................................................


build: bump grunt and drop grunt-cli

grunt 1.x now includes a CLI command, hence grunt-cli is no more needed.

Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
---
M package.json
1 file changed, 2 insertions(+), 3 deletions(-)



diff --git a/package.json b/package.json
index ae122b3..f36f964 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,9 @@
     "test": "grunt test"
   },
   "devDependencies": {
-    "grunt": "0.4.5",
-    "grunt-cli": "0.1.13",
-    "grunt-contrib-jshint": "1.0.0",
+    "grunt": "1.0.1",
     "grunt-banana-checker": "0.5.0",
+    "grunt-contrib-jshint": "1.0.0",
     "grunt-jsonlint": "1.0.7"
   }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BaseHooks
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>

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

Reply via email to