summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Thanks/package.json')
-rw-r--r--Thanks/package.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/Thanks/package.json b/Thanks/package.json
index 6aa4f14b..a6953739 100644
--- a/Thanks/package.json
+++ b/Thanks/package.json
@@ -1,17 +1,14 @@
{
- "name": "thanks",
- "version": "0.0.0",
"private": true,
- "description": "Build tools for Thanks.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
- "eslint-config-wikimedia": "0.4.0",
- "grunt": "1.0.1",
+ "eslint-config-wikimedia": "0.5.0",
+ "grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
- "grunt-contrib-watch": "1.0.0",
- "grunt-eslint": "20.0.0",
+ "grunt-contrib-watch": "1.1.0",
+ "grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0"
}
}