mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Newer versions of qunit and qunit-istanbul
This commit is contained in:
parent
b09897dbf1
commit
c25f3e374b
14
package.json
14
package.json
@ -5,16 +5,16 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-contrib-clean": "^0.5.0",
|
"grunt-contrib-clean": "^0.5.0",
|
||||||
"grunt-text-replace": "^0.3.11",
|
"grunt-contrib-compress": "^0.9.1",
|
||||||
"grunt-contrib-concat": "^0.4.0",
|
"grunt-contrib-concat": "^0.4.0",
|
||||||
"grunt-git-describe": "^2.3.2",
|
"grunt-contrib-connect": "^0.7.1",
|
||||||
|
"grunt-contrib-jshint": "^0.10.0",
|
||||||
"grunt-contrib-uglify": "^0.4.0",
|
"grunt-contrib-uglify": "^0.4.0",
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"grunt-contrib-jshint": "^0.10.0",
|
"grunt-git-describe": "^2.3.2",
|
||||||
"grunt-contrib-compress": "^0.9.1",
|
"grunt-qunit-istanbul": "^0.5.0",
|
||||||
"grunt-contrib-connect": "^0.7.1",
|
"grunt-text-replace": "^0.3.11",
|
||||||
"qunitjs": "^1.14.0",
|
"qunitjs": "^1.18.0"
|
||||||
"grunt-qunit-istanbul": "^0.4.5"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
|
Loading…
Reference in New Issue
Block a user