Mailspring/app/internal_packages_disabled/thread-unsubscribe/package.json
Ben Gotow 21bc2ef398
Upgrade to Slate 0.45.1 for better composer perf and "setStart on Range" error fix (#1518)
* Move to Slate 44, start using types more extensively in Composer

* More types and cleanup

* Expose the editor object to the draft session, try exposing editor to session

* Bump to Slate 45 for https://github.com/ianstormtaylor/slate/pull/2225/files

* How did the unsubscribe plugin get in here

* Bump Slate types, fix TS errors, start testing

* Polish

* Fix issue with emails not shrinking when you close quoted text

* Fix the “remove quoted text” button

* More polish

* Fix issues with PR, improve typings

* Remove spurious log
2019-06-10 19:15:07 -05:00

12 lines
272 B
JSON

{
"name": "thread-unsubscribe",
"version": "0.1.0",
"title": "Thread Unsubscribe",
"description": "Unsubscribe from a thread directly from the toolbar.",
"main": "./lib/main",
"private": true,
"engines": {
"mailspring": "*"
},
"license": "GPL-3.0"
}