X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=package.json;h=387e74eaeef25e0f36d6cae3c57f92d9729b06f0;hp=c0570cfb01f3a65fb4c13378a560ec15712d666b;hb=f5611eac44bf8ff891dcd6fbebc519022efa6586;hpb=5dcaded72649241d8f8b650be0e537352fe90d63 diff --git a/package.json b/package.json index c0570cfb01..387e74eaee 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.0", + "eslint-config-wikimedia": "0.10.1", "grunt": "1.0.3", "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0", @@ -19,7 +20,8 @@ "grunt-jsonlint": "1.1.0", "grunt-karma": "3.0.0", "grunt-stylelint": "0.10.1", - "karma": "3.0.0", + "grunt-svgmin": "5.0.0", + "karma": "3.1.4", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.1.0", "karma-mocha-reporter": "2.2.5",