mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(thread-popout) Add missing packages to the 'thread-popout' window
Summary: Missed some non-composer packages that should be in the 'thread-popout' window Test Plan: Tested locally Reviewers: bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D3352
This commit is contained in:
parent
d6f7984c82
commit
6b012cfb7a
5 changed files with 17 additions and 1 deletions
|
@ -9,5 +9,9 @@
|
|||
"nylas": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"windowTypes": {
|
||||
"default": true,
|
||||
"thread-popout": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,5 +7,9 @@
|
|||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
},
|
||||
"windowTypes": {
|
||||
"default": true,
|
||||
"thread-popout": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,5 +7,9 @@
|
|||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
},
|
||||
"windowTypes": {
|
||||
"default": true,
|
||||
"thread-popout": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,5 +5,9 @@
|
|||
"license": "GPL-3.0",
|
||||
"engines": {
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"windowTypes": {
|
||||
"default": true,
|
||||
"thread-popout": true
|
||||
}
|
||||
}
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit a2e3b1c27e4be620e03678a94299a77f15f60460
|
||||
Subproject commit 6ac68bb4961cd303f7d1d4aad0920687dda988ff
|
Loading…
Reference in a new issue