1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed qunit tests (coverage still missing). (#7716)

This commit is contained in:
Florian Apolloner
2016-12-19 18:45:37 +01:00
committed by GitHub
parent 620dcdde6e
commit 10278885fd
5 changed files with 7 additions and 5529 deletions

View File

@@ -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"
}
}