summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AntiSpoof/package.json')
-rw-r--r--AntiSpoof/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/AntiSpoof/package.json b/AntiSpoof/package.json
index a0368a53..432f4788 100644
--- a/AntiSpoof/package.json
+++ b/AntiSpoof/package.json
@@ -7,8 +7,9 @@
"test": "grunt test"
},
"devDependencies": {
- "grunt": "1.0.3",
- "grunt-banana-checker": "0.6.0",
- "grunt-jsonlint": "1.1.0"
+ "eslint-config-wikimedia": "0.15.3",
+ "grunt": "1.1.0",
+ "grunt-banana-checker": "0.9.0",
+ "grunt-eslint": "22.0.0"
}
}