Lower node-canvas to 1.0.x

This commit is contained in:
kangax 2013-11-02 12:48:34 +01:00
parent 9bfce93ddf
commit 67a44f7bad

View file

@ -14,7 +14,7 @@
"test": "node test.js && jshint src"
},
"dependencies": {
"canvas": "1.1.x",
"canvas": "1.0.x",
"jsdom": "0.7.x",
"xmldom": "0.1.x"
},