X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=blobdiff_plain;f=package.json;h=6bcc98ad3ff9c01d54a23d086142a93f20167f3c;hb=e7186d68bd0e79610b150e92c2235ef496aaf185;hp=3ab6b0c4ae11fb74fe0220d6347c99029bc97e74;hpb=1ee66489826e596d3d37814d6c68145046503e20;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index 3ab6b0c4ae..6bcc98ad3f 100644 --- a/package.json +++ b/package.json @@ -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,7 +11,7 @@ "selenium-test": "wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": { - "eslint-config-wikimedia": "0.10.1", + "eslint-config-wikimedia": "0.11.0", "grunt": "1.0.3", "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0",