diff --git a/govuk-prototype-kit.config.json b/govuk-prototype-kit.config.json index 2c9720a..b0cdb7d 100644 --- a/govuk-prototype-kit.config.json +++ b/govuk-prototype-kit.config.json @@ -1,4 +1,12 @@ { + "meta": { + "description": "Common and experimental components that are not yet part of the GOV.UK Design System", + "urls": { + "documentation": "https://github.com/x-govuk/govuk-prototype-components#readme", + "releaseNotes": "https://github.com/x-govuk/govuk-prototype-components/releases/tag/v{{version}}", + "versionHistory": "https://github.com/x-govuk/govuk-prototype-components/releases" + } + }, "nunjucksPaths": [ "/x-govuk/components/" ], diff --git a/package.json b/package.json index 352c560..0535c68 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "build": "eleventy --quiet", "start": "eleventy --serve --quiet", "lint": "standard && stylelint 'x-govuk/**/*.scss'", - "test": "npm run lint" + "test": "npm run lint && npx govuk-prototype-kit@latest validate-plugin" }, "publishConfig": { "access": "public"