Skip to content

Commit

Permalink
chore: export handler in index
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 24, 2022
1 parent e854f34 commit 7cd73ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export * from './src/Contracts/Commander'
export * from './src/Facades/Artisan'

export * from './src/Kernels/ConsoleKernel'
export * from './src/Handlers/ConsoleExceptionHandler'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/artisan",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down

0 comments on commit 7cd73ac

Please sign in to comment.