Skip to content

Commit

Permalink
feat: add art alias for artisan
Browse files Browse the repository at this point in the history
Closes issue golevelup#11

re golevelup#11
  • Loading branch information
DanJFletcher committed Jun 18, 2020
1 parent 58505dd commit 50d423b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/art.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Artisan from "./artisan";

export default class Art extends Artisan {}

0 comments on commit 50d423b

Please sign in to comment.