show deprecation warning for .write()

This commit is contained in:
Jonathan Ong
2014-06-03 20:53:15 -07:00
parent 5ccc2bca97
commit 5e0b5969da
3 changed files with 6 additions and 4 deletions

View File

@@ -32,7 +32,8 @@
],
"dependencies": {
"nan": "^1.1.2",
"bluebird": "^1.2.4"
"bluebird": "^1.2.4",
"util-deprecate": "^1.0.0"
},
"devDependencies": {
"imagemagick": "^0.1.3",