Skip to content

Commit 695bc3e

Browse files
committed
chore: update dependencies
1 parent b23adaf commit 695bc3e

File tree

3 files changed

+1332
-3306
lines changed

3 files changed

+1332
-3306
lines changed

index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
* file that was distributed with this source code.
88
*/
99

10-
import { HelpCommand, Kernel } from '@adonisjs/ace'
10+
import { BaseCommand, HelpCommand, Kernel } from '@adonisjs/ace'
1111
import { InstallJapa } from './src/install_japa.js'
1212

1313
Kernel.defaultCommand = InstallJapa
1414

15-
export const kernel = Kernel.create()
15+
export const kernel: Kernel<typeof BaseCommand> = Kernel.create()
1616

1717
kernel.defineFlag('help', {
1818
type: 'boolean',

0 commit comments

Comments
 (0)