Skip to content

Commit

Permalink
fix(index.js): switch to latest bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Sep 29, 2021
1 parent 0abb999 commit 1485fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ module.exports = class extends Generator {
this.destinationPath('resources/images/powered-by.svg')
)

this.npmInstall(['bootstrap@5'], { 'save-dev': false })
this.npmInstall(['bootstrap'], { 'save-dev': false })

// distinct contents (flexible)
// see #28
Expand Down

0 comments on commit 1485fa6

Please sign in to comment.