aboutsummaryrefslogtreecommitdiff
path: root/test/test-markdown-external.html
diff options
context:
space:
mode:
authorBenjamin Tan <demoneaux@gmail.com>2018-01-22 22:35:15 +0800
committerBenjamin Tan <demoneaux@gmail.com>2018-01-22 22:38:32 +0800
commitf9d076663746ab29410e9c141a7b9e927e4eb5df (patch)
tree222ac9d883a723ddc566e13413eed3ba6330c66d /test/test-markdown-external.html
parentf0fa6fb226f918cac15e6c53bd68f2dc5c02d7c8 (diff)
downloadfreenode-live-2017-presentation-f9d076663746ab29410e9c141a7b9e927e4eb5df.tar
freenode-live-2017-presentation-f9d076663746ab29410e9c141a7b9e927e4eb5df.tar.gz
Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.
Diffstat (limited to 'test/test-markdown-external.html')
-rw-r--r--test/test-markdown-external.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-markdown-external.html b/test/test-markdown-external.html
index 859d0a1..ab2ebb9 100644
--- a/test/test-markdown-external.html
+++ b/test/test-markdown-external.html
@@ -7,7 +7,7 @@
<title>reveal.js - Test Markdown</title>
<link rel="stylesheet" href="../css/reveal.css">
- <link rel="stylesheet" href="qunit-1.12.0.css">
+ <link rel="stylesheet" href="qunit-2.5.0.css">
</head>
<body style="overflow: auto;">
@@ -28,7 +28,7 @@
<script src="../plugin/highlight/highlight.js"></script>
<script src="../plugin/markdown/marked.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
- <script src="qunit-1.12.0.js"></script>
+ <script src="qunit-2.5.0.js"></script>
<script src="test-markdown-external.js"></script>