Mailspring/internal_packages/today/package.json
Ben Gotow eb2e1b81b5 fix(friday): Bugs and initial pass at the Today view without content (see summary)
Summary:
Load unread counts from database again, not tags

fix(multiselect-list): Clear selection on esc

fix(onboarding): Make target=_blank links work in onboarding pages

fix(workspace): Items in header and footer regions are in a single column

fix(layout): Critical issue for things not 100% height

fix(activity-bar): Show in dev mode so you know you're in dev mode

fix(quoted-text): Support for #divRplyFwdMsg quoted text marker

Test Plan: Run specs

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1484
2015-05-08 16:36:48 -07:00

15 lines
228 B
JSON
Executable file

{
"name": "today",
"version": "0.1.0",
"main": "./lib/main",
"description": "Today View",
"license": "Proprietary",
"private": true,
"engines": {
"atom": "*"
},
"dependencies": {
"moment": "^2.8"
}
}