From 9ecb98a2f1590fb2ab21bbc4a9507616c65f890d Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Sat, 20 Sep 2014 13:28:18 +0200 Subject: [PATCH] How the time flies... Upgrade all packages! --- package.json | 10 +++++----- source/documents/_scripts.html.jade | 4 ++-- source/documents/index.html.jade | 2 +- source/documents/tests.html.jade | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1dba433..3d3234e 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "author": "Vit Brunner", "description": "Visual comparison of different translations of itemized texts; e.g. poems, bibles, etc.", "devDependencies": { - "docpad": "6.38.x", - "docpad-plugin-coffeescript": "2.2.x", - "docpad-plugin-stylus": "2.3.x", - "docpad-plugin-jade": "2.3.x", - "qunitjs": "1.11.x", + "docpad": "6.69.x", + "docpad-plugin-coffeescript": "2.4.x", + "docpad-plugin-stylus": "2.7.x", + "docpad-plugin-jade": "2.7.x", + "qunitjs": "1.15.x", "phantomjs": "1.9.x" }, "license": "MIT" diff --git a/source/documents/_scripts.html.jade b/source/documents/_scripts.html.jade index 51708bc..1ba47a5 100644 --- a/source/documents/_scripts.html.jade +++ b/source/documents/_scripts.html.jade @@ -1,6 +1,6 @@ // application scripts -script(src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.2.1/lodash.js") -script(src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.5/angular.js") +script(src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js") +script(src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular.js") script(src="//cdnjs.cloudflare.com/ajax/libs/marked/0.3.2/marked.js") script(src="scripts/app.js") script(src="scripts/services/fetch.js") diff --git a/source/documents/index.html.jade b/source/documents/index.html.jade index db85879..8db1b94 100644 --- a/source/documents/index.html.jade +++ b/source/documents/index.html.jade @@ -1,4 +1,4 @@ -doctype 5 +doctype html html(ng-app="sideBySide") head title Side By Side viewer diff --git a/source/documents/tests.html.jade b/source/documents/tests.html.jade index 77bc0f5..282b2e0 100644 --- a/source/documents/tests.html.jade +++ b/source/documents/tests.html.jade @@ -1,4 +1,4 @@ -doctype 5 +doctype html html head title Side By Side test suite