Merge branch 'sunsetting-announcement' into install-from-github

This commit is contained in:
sadick254 2022-11-09 19:12:36 +03:00
commit c8f8c065dd
No known key found for this signature in database
GPG Key ID: FB51CF448C1FD089
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,6 @@ export default class WelcomePackage {
showWelcome() {
return Promise.all([
atom.workspace.open(WELCOME_URI, { split: 'left' }),
atom.workspace.open(SUNSETTING_URI, { split: 'left' }),
atom.workspace.open(GUIDE_URI, { split: 'right' })
]);
}

View File

@ -35,7 +35,8 @@
"deserializers": {
"WelcomeView": "createWelcomeView",
"GuideView": "createGuideView",
"ConsentView": "createConsentView"
"ConsentView": "createConsentView",
"SunsettingView": "createSunsettingView"
},
"dependencies": {
"etch": "0.9.0"