Skip to content

Commit

Permalink
Added plugin metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliecarey authored and paulrobertlloyd committed Aug 20, 2023
1 parent 2621690 commit 9ef4455
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
@@ -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/"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ef4455

Please sign in to comment.