Use git url for node-canvas, no released version builds under npm currently due to in progress change from node-waf to node-gyp

This commit is contained in:
David Rice 2012-08-08 21:03:15 +01:00
parent 1a28e92172
commit b108dedace

View file

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