Skip to content

Commit

Permalink
fix(@artusx/boilerplate-artusx-app): fix description field
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Mar 12, 2024
1 parent 941098c commit 025f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/boilerplates/artusx-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
description: {
desc: 'package description',
default(vars) {
return `${vars.name} app powered artusx`;
return `${vars.name} app powered by artusx`;
},
},
author: {
Expand Down

0 comments on commit 025f492

Please sign in to comment.