mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
0efdec5fd5
Summary: Rename ActivityBar => DeveloperBar Expose sync workers and make them observable New activity sidebar that replaces momentary notifications Updated specs Test Plan: Run new specs! Reviewers: evan Reviewed By: evan Maniphest Tasks: T1131 Differential Revision: https://phab.nylas.com/D1521
13 lines
251 B
JSON
Executable file
13 lines
251 B
JSON
Executable file
{
|
|
"name": "developer-bar",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Developer bar at the very bottom of the window",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|