mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(send-availability): Make the package load into popout composers
This commit is contained in:
parent
e9310b80c2
commit
bb3b5bb875
1 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Calendar",
|
"name": "N1-Send-Availability",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,10 +9,14 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"atom": ">=0.3.5"
|
"atom": ">=0.3.5"
|
||||||
},
|
},
|
||||||
"description": "Enter a description of your package!",
|
"description": "Send calendar availabilities via email for easier appointment scheduling.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron-safe-ipc": "^0.5",
|
"electron-safe-ipc": "^0.5",
|
||||||
"request": "^2.53"
|
"request": "^2.53"
|
||||||
},
|
},
|
||||||
|
"windowTypes": {
|
||||||
|
"default": true,
|
||||||
|
"composer": true
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
Loading…
Reference in a new issue