mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-11 18:00:59 +00:00
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:
parent
1a28e92172
commit
b108dedace
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue