diff --git a/.travis.yml b/.travis.yml index b1fd163827..77f10b145a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.1 + - 4.0 before_install: - npm install -g grunt-cli install: diff --git a/lib/govuk_template.html b/lib/govuk_template.html index 3884bde14a..3630b9b4a9 100644 --- a/lib/govuk_template.html +++ b/lib/govuk_template.html @@ -11,19 +11,19 @@ (function(){if(navigator.userAgent.match(/IEMobile\/10\.0/)){var d=document,c="appendChild",a=d.createElement("style");a[c](d.createTextNode("@-ms-viewport{width:auto!important}"));d.getElementsByTagName("head")[0][c](a);}})(); - - - - + + + + - + - + - + - + - + - + - + - + {% block head %}{% endblock %} @@ -80,7 +80,7 @@
{% block inside_header %}{% endblock %} @@ -126,7 +126,7 @@ - + {% block body_end %}{% endblock %} diff --git a/package.json b/package.json index 34491d50e3..df322c92b6 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "node": ">=4.0 <5.0" }, "scripts": { - "start": "node start.js", - "install": "napa" + "start": "node start.js" }, "dependencies": { "basic-auth": "^1.0.3", @@ -20,7 +19,8 @@ "express-writer": "0.0.4", "govuk-elements-sass": "alphagov/govuk_elements#v1.1.1", "govuk_frontend_toolkit": "^4.6.0", - "govuk_template_mustache": "^0.16.0", + "govuk_template_mustache": "^0.16.4", + "govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.16.4/jinja_govuk_template-0.16.4.tgz", "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-concurrent": "0.4.3", @@ -30,13 +30,9 @@ "grunt-sync": "^0.5.1", "hogan.js": "3.0.2", "minimist": "0.0.8", - "napa": "^2.2.0", "portscanner": "^1.0.0", "prompt": "^0.2.14", "readdir": "0.0.6", "serve-favicon": "2.3.0" - }, - "napa": { - "govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.16.0/jinja_govuk_template-0.16.0.tgz" } }