diff options
author | Benjamin Tan <demoneaux@gmail.com> | 2018-01-22 22:35:15 +0800 |
---|---|---|
committer | Benjamin Tan <demoneaux@gmail.com> | 2018-01-22 22:38:32 +0800 |
commit | f9d076663746ab29410e9c141a7b9e927e4eb5df (patch) | |
tree | 222ac9d883a723ddc566e13413eed3ba6330c66d /test/test-markdown-element-attributes.html | |
parent | f0fa6fb226f918cac15e6c53bd68f2dc5c02d7c8 (diff) | |
download | freenode-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-element-attributes.html')
-rw-r--r-- | test/test-markdown-element-attributes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-markdown-element-attributes.html b/test/test-markdown-element-attributes.html index 6edf95e..4a09272 100644 --- a/test/test-markdown-element-attributes.html +++ b/test/test-markdown-element-attributes.html @@ -7,7 +7,7 @@ <title>reveal.js - Test Markdown Element Attributes</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;"> @@ -126,7 +126,7 @@ <script src="../js/reveal.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-element-attributes.js"></script> |