Mailspring/internal_packages/events/package.json
Halla Moore 6b012cfb7a 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
2016-10-18 11:02:30 -07:00

18 lines
288 B
JSON

{
"name": "events",
"version": "0.1.0",
"main": "./lib/main",
"description": "View events on message",
"license": "GPL-3.0",
"private": true,
"engines": {
"nylas": "*"
},
"dependencies": {
},
"windowTypes": {
"default": true,
"thread-popout": true
}
}