Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
moves to use bootstrap 4.1.1 to avoid a text-hide warning (#1054)
Browse files Browse the repository at this point in the history
* fixed templateRenderer to work with plush 4.5.7 (#1049)

* fixed templateRenderer to work with plush 4.5.7

* added a test

* fixed appveyor to run tests

* version bump

* Updated SHOULDERS.md

* moves to use bootstrap 4.1.1 to avoid a text-hide warning that shows when compiling css
  • Loading branch information
paganotoni authored and markbates committed May 8, 2018
1 parent 332053a commit ecdbdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/assets/webpack/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ if eq .opts.Bootstrap 3 -}}
"bootstrap-sass": "~3.3.7",
{{ else -}}
"bootstrap": "4.1.0",
"bootstrap": "4.1.1",
{{ end -}}
"font-awesome": "~4.7.0",
"jquery": "~3.2.1",
Expand Down

0 comments on commit ecdbdd7

Please sign in to comment.