Skip to content

Commit

Permalink
Adding formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
swarad07 committed Nov 10, 2021
1 parent 8ebf887 commit 6db0a68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = class extends Generator {
}

this.fs.copy(
this.templatePath('copy/**'),
this.templatePath('copy/'),
this.destinationPath(`${name}/`),
{
globOptions: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"button_title": "SAVE"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<button type="button" class="btn {{ variant }}">
{{ button_title }}
</button>
</button>

0 comments on commit 6db0a68

Please sign in to comment.