mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
Add imap dependency to package.json
This commit is contained in:
parent
1460a0ae9f
commit
8160acc81e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"description": "Core shared packages",
|
"description": "Core shared packages",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"imap": "0.8.x",
|
||||||
"sqlite3": "3.1.4"
|
"sqlite3": "3.1.4"
|
||||||
},
|
},
|
||||||
"author": "Nylas",
|
"author": "Nylas",
|
||||||
|
|
Loading…
Reference in a new issue