From 643a2eb4abed8ba3a596960065da02af992db9fa Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 10 Jul 2012 10:00:49 -0700 Subject: [PATCH] A *bad* workaround for dealing with Zombie's sizzle monkeypatch by specifying discordant JSDom versions. But no alternative other than specifying JSDom outside the package.json makes sense. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de116b5..1f837f4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node-static": "0.6.0", "grunt-coffee": "0.0.2", "grunt-clean": "0.3.0", - "jsdom": "0.2.14", + "jsdom": "0.2.13", "coffee-script": "1.3.3" } }