mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
b89fea38c0
Summary: This is the initial diff for the label picker UI. This is all of the functionality and none of the CSS. Test Plan: todo Reviewers: bengotow Reviewed By: bengotow Subscribers: sdw Differential Revision: https://phab.nylas.com/D1761
11 lines
203 B
JSON
Executable file
11 lines
203 B
JSON
Executable file
{
|
|
"name": "category-picker",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Label & Folder Picker",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
}
|
|
}
|