@x-govuk/govuk-eleventy-plugin 6.4.1 → 6.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/layouts/base.njk +1 -1
  2. package/package.json +2 -2
package/layouts/base.njk CHANGED
@@ -41,7 +41,7 @@
41
41
  {% endblock %}
42
42
 
43
43
  {% block head %}
44
- <link rel="stylesheet" href="/assets/govuk.css">
44
+ <link rel="stylesheet" href="{{ "/assets/govuk.css" | canonicalUrl }}">
45
45
  {% for stylesheet in options.stylesheets %}
46
46
  <link rel="stylesheet" href="{{ stylesheet | canonicalUrl }}">
47
47
  {% endfor %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-govuk/govuk-eleventy-plugin",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "Write documentation using Markdown and publish it using GOV.UK styles",
5
5
  "keywords": [
6
6
  "govuk",
@@ -83,7 +83,7 @@
83
83
  "eslint-config-prettier": "^9.1.0",
84
84
  "eslint-config-standard": "^17.1.0",
85
85
  "eslint-plugin-import": "^2.29.0",
86
- "eslint-plugin-jsdoc": "^48.0.0",
86
+ "eslint-plugin-jsdoc": "^50.0.0",
87
87
  "eslint-plugin-n": "^16.4.0",
88
88
  "eslint-plugin-prettier": "^5.0.0",
89
89
  "eslint-plugin-promise": "^6.1.0",