mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-01 04:50:59 +08:00
Fix UTF7 support — module didn’t support Node6
This commit is contained in:
parent
7d92438d57
commit
8b1e9564cf
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,9 @@
|
|||
"redis": "2.x.x",
|
||||
"rx": "4.x.x",
|
||||
"sequelize": "3.x.x",
|
||||
"underscore": "1.x.x"
|
||||
"underscore": "1.x.x",
|
||||
"utf7": "git@github.com:truebit/utf7.git#1f753bac59b99d93b17a5ef11681e232465e2558",
|
||||
"imap": "0.8.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "6.x",
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"bunyan": "^1.8.1",
|
||||
"imap": "0.8.x",
|
||||
"xoauth2": "1.x.x"
|
||||
},
|
||||
"author": "Nylas",
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"version": "0.0.1",
|
||||
"description": "Nylas Sync Engine",
|
||||
"dependencies": {
|
||||
"imap": "0.8.17",
|
||||
"nylas-core": "0.x.x",
|
||||
"nylas-message-processor": "0.x.x",
|
||||
"xoauth2": "1.1.0"
|
||||
|
|
Loading…
Reference in a new issue