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.

This commit is contained in:
Elf M. Sternberg 2012-07-10 10:00:49 -07:00
parent 4567be3a69
commit 643a2eb4ab
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}