mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 20:44:30 +08:00
e44a7e28b6
Summary: Add spinner and refactor container view to be router add `NylasStore` as a global importable. specs for APIEnv login page fixes add old fixes to container view finish extracting pages fix onboarding flow Test Plan: edgehill --test Reviewers: bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1652
16 lines
271 B
JSON
Executable file
16 lines
271 B
JSON
Executable file
{
|
|
"name": "onboarding",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "The sign in experience",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"windowTypes": {
|
|
"onboarding": true
|
|
}
|
|
}
|