diff options
author | Florian Apolloner <apollo13@users.noreply.github.com> | 2016-12-19 18:45:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 18:45:37 +0100 |
commit | 10278885fd909085bd76ccc1690a979582455f9e (patch) | |
tree | b3d917bed5b6404a2e9b6b59024e6d0b5c5552d6 /package.json | |
parent | 620dcdde6e0e423a9343c63c7bc36d9e4301a2d8 (diff) | |
download | django-10278885fd909085bd76ccc1690a979582455f9e.tar.gz |
Fixed qunit tests (coverage still missing). (#7716)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index d6c2cd0051..77a47a8747 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ }, "devDependencies": { "eslint": "^0.22.1", - "grunt": "^0.4.5", - "grunt-blanket-qunit": "^0.2.0", - "grunt-cli": "^0.1.13" + "grunt": "^1.0.1", + "grunt-cli": "^1.2.0", + "grunt-contrib-qunit": "^1.2.0" } } |