build: Upgrade grunt from 1.0.3 to 1.0.4
[lhc/web/wiklou.git] / package.json
index 3ab6b0c..eaf1b60 100644 (file)
@@ -1,7 +1,8 @@
 {
   "private": true,
   "scripts": {
-    "test": "grunt test",
+    "build": "grunt minify",
+    "test": "grunt lint",
     "qunit": "grunt qunit",
     "doc": "jsduck",
     "postdoc": "grunt copy:jsduck",
@@ -10,8 +11,8 @@
     "selenium-test": "wdio ./tests/selenium/wdio.conf.js"
   },
   "devDependencies": {
-    "eslint-config-wikimedia": "0.10.1",
-    "grunt": "1.0.3",
+    "eslint-config-wikimedia": "0.11.0",
+    "grunt": "1.0.4",
     "grunt-banana-checker": "0.6.0",
     "grunt-contrib-copy": "1.0.0",
     "grunt-contrib-watch": "1.1.0",