Skip to content

Commit

Permalink
Merge pull request #38 from AthennaIO/develop
Browse files Browse the repository at this point in the history
Update Artisan
  • Loading branch information
jlenon7 authored Apr 20, 2022
2 parents a39a352 + 8c21d6a commit fe58dd4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "1.3.5",
"version": "1.3.6",
"description": "",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -158,7 +158,7 @@
}
},
"dependencies": {
"@athenna/artisan": "1.0.4",
"@athenna/artisan": "1.0.5",
"@athenna/config": "1.0.8",
"@athenna/http": "1.3.0",
"@athenna/ioc": "1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/Stubs/app/Console/Kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Kernel extends ConsoleKernel {
* @return void
*/
protected commands = [
import('@athenna/artisan/src/Commands/Make/Eslint'),
import('@athenna/artisan/src/Commands/Eslint/Fix'),
import('@athenna/artisan/src/Commands/Make/Facade'),
import('@athenna/artisan/src/Commands/Make/Command'),
import('@athenna/artisan/src/Commands/Make/Service'),
Expand Down

0 comments on commit fe58dd4

Please sign in to comment.