Update dependencies and fix failing tests

This commit is contained in:
Glavin Wiechert 2016-02-21 16:47:59 -04:00
parent 33ae978204
commit 1b54040540
6 changed files with 52 additions and 53 deletions

View File

@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
</head>
<body>
<ul>
<li><code>foo:bar</code></li>
<li>
<code>foo:bar</code>
</li>
</ul>
</html>

View File

@ -1,18 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
</head>
<body>
<ul id="navigation">
{% for item in navigation %}
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
<li>
<a href="{{ item.href }}">{{ item.caption }}</a>
</li>
{% endfor %}
</ul>
<h1>My Webpage</h1> {{ a_variable }}
<h1>My Webpage</h1>
{{ a_variable }}
</body>
</html>

View File

@ -94,7 +94,7 @@
"loophole": "^1.0.0",
"node-dir": "^0.1.8",
"node-uuid": "^1.4.3",
"prettydiff": "^1.16.8",
"prettydiff": "^1.16.17",
"remark": "^3.2.2",
"season": "^5.3.0",
"space-pen": "^5.1.1",