Skip to content

Commit

Permalink
Bump govuk frontend toolkit to 4.13.0
Browse files Browse the repository at this point in the history
# 4.13.0

- Make headings block-level by default (PR #200). If you are styling
elements you want to be inline with heading includes, you’ll need to
explicitly make them inline in your CSS.
  • Loading branch information
gemmaleigh committed Jun 21, 2016
1 parent 611eed1 commit 8be27c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=4.0.0"
},
"dependencies": {
"govuk_frontend_toolkit": "^4.12.0"
"govuk_frontend_toolkit": "^4.13.0"
},
"devDependencies": {
"body-parser": "^1.14.1",
Expand Down

0 comments on commit 8be27c3

Please sign in to comment.