diff --git a/package.json b/package.json index c50c9474..7485d45c 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "private": true, - "scripts": { - "test": "grunt test" - }, - "devDependencies": { - "eslint-config-wikimedia": "0.5.0", - "grunt": "1.0.2", - "grunt-banana-checker": "0.6.0", - "grunt-contrib-watch": "1.0.0", - "grunt-eslint": "20.1.0", - "grunt-jsonlint": "1.1.0", - "grunt-stylelint": "0.9.0", - "stylelint": "8.2.0", - "stylelint-config-wikimedia": "0.4.2" - } + "private": true, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "eslint-config-wikimedia": "0.5.0", + "grunt": "1.0.3", + "grunt-banana-checker": "0.6.0", + "grunt-contrib-watch": "1.1.0", + "grunt-eslint": "20.1.0", + "grunt-jsonlint": "1.1.0", + "grunt-stylelint": "0.9.0", + "stylelint": "8.2.0", + "stylelint-config-wikimedia": "0.4.2" + } }