mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +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",
|
||||
"version": "0.1.0",
|
||||
"repository": {
|
||||
|
@ -9,10 +9,14 @@
|
|||
"engines": {
|
||||
"atom": ">=0.3.5"
|
||||
},
|
||||
"description": "Enter a description of your package!",
|
||||
"description": "Send calendar availabilities via email for easier appointment scheduling.",
|
||||
"dependencies": {
|
||||
"electron-safe-ipc": "^0.5",
|
||||
"request": "^2.53"
|
||||
},
|
||||
"windowTypes": {
|
||||
"default": true,
|
||||
"composer": true
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue