mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
2b324c4533
Summary: Update a few more packages to deactivate properly Miscelaneous fixes Initial commit of new settings package WIP WIP - can load and unload and install / uninstall Click to create new boilerplate package, package updating Test Plan: Run tests Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1582
14 lines
229 B
JSON
Executable file
14 lines
229 B
JSON
Executable file
{
|
|
"name": "settings",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Settings",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.8"
|
|
}
|
|
}
|