diff --git a/packages/govuk-react/package.json b/packages/govuk-react/package.json index e9a5c2c83..5793fb4a6 100644 --- a/packages/govuk-react/package.json +++ b/packages/govuk-react/package.json @@ -33,6 +33,7 @@ "@govuk-react/related-items": "^0.1.25", "@govuk-react/search-box": "^0.1.25", "@govuk-react/select": "^0.1.25", + "@govuk-react/storybook": "^0.1.25", "@govuk-react/text-area": "^0.1.25", "@govuk-react/unordered-list": "^0.1.25", "govuk-colours": "^1.0.3" diff --git a/packages/govuk-react/src/index.js b/packages/govuk-react/src/index.js index 206a3dba2..a5093f1d2 100644 --- a/packages/govuk-react/src/index.js +++ b/packages/govuk-react/src/index.js @@ -1,5 +1,7 @@ // TODO: eslint needs to be configured to pick up exports that aren't in package.json // see https://github.com/benmosher/eslint-plugin-import/issues/1049 +// In the meantime we are including @govuk-react/storybook as a dependency, +// which will help ensure subdependencies are included. // Components export { default as BackLink } from '@govuk-react/back-link';