From b108dedace02622035bbcf5c2783f8a4acf75dc2 Mon Sep 17 00:00:00 2001 From: David Rice Date: Wed, 8 Aug 2012 21:03:15 +0100 Subject: [PATCH] Use git url for node-canvas, no released version builds under npm currently due to in progress change from node-waf to node-gyp --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12b4e0e5..0378539d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "node test.js" }, "dependencies": { - "canvas": ">=0.8.1", + "canvas": "git://github.com/LearnBoost/node-canvas.git", "jsdom": ">=0.2.3", "xmldom": ">=0.1.7" },