Skip to content

Commit

Permalink
updating qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Jan 9, 2019
1 parent 890fa2b commit 05fb442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "caf",
"version": "7.0.5",
"version": "7.0.6",
"description": "Cancelable Async Flows: a wrapper to treat generators as cancelable async functions",
"main": "./dist/caf.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"coveralls": "~3.0.0",
"qunit": "~2.6.0",
"qunit": "~2.9.1",
"terser": "~3.14.1"
},
"repository": "getify/caf",
Expand Down
4 changes: 2 additions & 2 deletions tests/index.html
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8" />
<title>CAF Test Suite</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.5.0.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.9.1.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>

<script src="../lib/abortcontroller-polyfill-modified.js"></script>
<script src="../src/caf.src.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.5.0.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.9.1.js"></script>
<script src="tests.js"></script>
</body>
</html>

0 comments on commit 05fb442

Please sign in to comment.