From 83e56190d0075082932d5309a5d25b92f6f1feb4 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Sun, 15 Nov 2015 11:26:49 -0800 Subject: [PATCH] the weather code needs to be updated to express 4, so for now, lets downgrade to the last working version of zappajs that used express3.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c11d7c..e777279 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "camel": "latest", "underscore": "latest", - "zappajs": "latest", + "zappajs": "0.4.22", "webworker": "latest" } }