mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
chore: Update package.json description for clarity
This commit is contained in:
parent
1f72a1630d
commit
7cfe4aa88d
15 changed files with 184 additions and 136 deletions
|
@ -70,7 +70,7 @@ export const commands: Cmd[] = [
|
|||
{
|
||||
arg: '--force',
|
||||
description: 'Delete the engine directory if it already exists',
|
||||
}
|
||||
},
|
||||
],
|
||||
requestController: async () =>
|
||||
(await import('./commands/download')).download,
|
||||
|
@ -79,8 +79,7 @@ export const commands: Cmd[] = [
|
|||
cmd: 'update',
|
||||
aliases: ['update-ff'],
|
||||
description: 'Update Firefox to latest version.',
|
||||
requestController: async () =>
|
||||
(await import('./commands/update')).update,
|
||||
requestController: async () => (await import('./commands/update')).update,
|
||||
disableMiddleware: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue