X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=package.json;h=45533aaf6639714d5ac9267ddfc7d26a26b88a56;hb=ee40e6158b170dc5e0084d5ee8de7ea048f7aad6;hp=f928f09e1bf64854dbee4b89c2718e50e1493e16;hpb=5dce51470d84760fd410991bba3e7fac6779f323;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index f928f09e1b..45533aaf66 100644 --- a/package.json +++ b/package.json @@ -5,17 +5,18 @@ "qunit": "grunt qunit", "doc": "jsduck", "postdoc": "grunt copy:jsduck", - "selenium": "./tests/selenium/selenium.sh", + "selenium": "bash ./tests/selenium/selenium.sh", "selenium-test": "wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": { "deepmerge": "1.3.2", "eslint": "4.9.0", "eslint-config-wikimedia": "0.5.0", - "grunt": "1.0.1", + "eslint-plugin-qunit": "3.2.1", + "grunt": "1.0.3", "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.1.0", "grunt-eslint": "20.1.0", "grunt-jsonlint": "1.1.0", "grunt-karma": "2.0.0",