Skip to content

Commit

Permalink
chore(npm): export Npm helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 17, 2025
1 parent 817fc60 commit 2e9581f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

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": "5.3.0",
"version": "5.4.0",
"description": "The Athenna CLI application. Built on top of commander and inspired in @adonisjs/ace.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export * from '#src/helpers/Action'
export * from '#src/helpers/Sticker'
export * from '#src/helpers/Annotation'
export * from '#src/helpers/Instruction'

export * from '#src/helpers/command/Npm'
export * from '#src/helpers/command/Prompt'
export * from '#src/helpers/command/Logger'
export * from '#src/helpers/command/Generator'
Expand Down

0 comments on commit 2e9581f

Please sign in to comment.