Skip to content

Commit

Permalink
Merge pull request #47 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(commands): remove extension from name
  • Loading branch information
jlenon7 authored Sep 5, 2022
2 parents 3032a8f + fccf7be commit fbc5bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.1",
"version": "1.4.2",
"description": "The Athenna CLI application. Built on top of commander.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Make/Provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class MakeProvider extends Command {
await FilePropertiesHelper.addContentToArrayProperty(
path,
'providers:',
`import('#providers/${name}.js')`,
`import('#providers/${name}')`,
)

await Artisan.call(`eslint:fix ${path} --quiet`)
Expand Down

0 comments on commit fbc5bdf

Please sign in to comment.