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

Removed bundled QUnit in favor of npm package.

This commit is contained in:
Jon Dufresne
2020-03-15 18:59:31 -07:00
committed by Carlton Gibson
parent 48d50dd53f
commit dcee3292ce
4 changed files with 4 additions and 4855 deletions

View File

@@ -12,6 +12,7 @@
"eslint": "^6.8.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-qunit": "^3.1.0"
"grunt-contrib-qunit": "^3.1.0",
"qunit": "^2.9.3"
}
}