How the time flies...

Upgrade all packages!
This commit is contained in:
Vit Brunner
2014-09-20 13:31:01 +02:00
parent ef22f3f59e
commit 9ecb98a2f1
4 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -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"
+2 -2
View File
@@ -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")
+1 -1
View File
@@ -1,4 +1,4 @@
doctype 5
doctype html
html(ng-app="sideBySide")
head
title Side By Side viewer
+1 -1
View File
@@ -1,4 +1,4 @@
doctype 5
doctype html
html
head
title Side By Side test suite