mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
Summary: Adding a simple GitHub plugin that shows a button on the thread view. If we detect the "open in github" links, then we'll show the button on the thread. Test Plan: manual Reviewers: dillon, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1959
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"name": "github",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Github integration in Nylas",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|