From 94a4b7b8d6b60fef2ee89cb5ae9c3f5a139ecbcb Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 19 Apr 2013 15:43:41 -0400 Subject: [PATCH] Cap jsdom at 0.5.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05036801..c4b8fbdd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "canvas": "1.0.x", - "jsdom": "0.5.x", + "jsdom": "0.5.6", "xmldom": "0.1.x" }, "devDependencies": {