mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
502bb7c0b8
Summary: New draft store extension that highlights misspelled words. Test Plan: No test coverage yet Reviewers: evan, dillon Reviewed By: evan Differential Revision: https://phab.nylas.com/D1972
17 lines
340 B
JSON
Executable file
17 lines
340 B
JSON
Executable file
{
|
|
"name": "composer-spellcheck",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "A small extension to the draft store that implements spellcheck",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|