From 3bcb1e31880bac4274aaa46234d8fe0d818f32be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 8 May 2013 20:18:58 -0700 Subject: [PATCH] Update node dependencies. --- node_modules/.gitignore | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/node_modules/.gitignore b/node_modules/.gitignore index ad56b3a2..1ac194e8 100644 --- a/node_modules/.gitignore +++ b/node_modules/.gitignore @@ -1,2 +1,2 @@ +canvas jsdom -canvas \ No newline at end of file diff --git a/package.json b/package.json index 3ee29cc4..aad8161a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "main": "./src/node/index.js", "engines": { "node": ">= 0.4.0" }, "dependencies": { - "canvas": ">= 0.7.0" + "canvas": ">= 0.7.0", + "jsdom": ">= 0.6.0" }, "description": "The Swiss Army Knife of Vector Graphics Scripting", "contributors": [