Skip to content

Commit

Permalink
Merge pull request #11 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore: export handler in index
  • Loading branch information
jlenon7 authored Apr 24, 2022
2 parents cfc4236 + 7cd73ac commit d448835
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 d448835

Please sign in to comment.