mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 03:56:33 +08:00
[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:
parent
c3aa82adfc
commit
0ac22782cf
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue