[local-sync] Add node-iconv dependency

The 'encoding' library transparently upgrades to using iconv instead of
iconv-lite, if available. This allows us to support more encodings in
emails, such as ISO-2022-JP.

Fixes: T7358
This commit is contained in:
Christine Spang 2017-01-03 11:16:59 -08:00
parent c3aa82adfc
commit 0ac22782cf

View file

@ -5,6 +5,7 @@
"main": "./main",
"dependencies": {
"encoding": "0.1.12",
"iconv": "2.2.1",
"googleapis": "9.0.0",
"hapi": "13.4.1",
"hapi-auth-basic": "4.2.0",