mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
88a45dfd13
Summary: RSVP tile now appears for messages with attached events. Test Plan: Tested manually. Will add unit tests Reviewers: evan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1797
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"name": "events",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "View events on message",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|