Skip to content

Commit

Permalink
Missing dependencies in govuk-react (#167)
Browse files Browse the repository at this point in the history
Ideally this should be automatically picked up but awaiting feedback on associated eslint plugin - import-js/eslint-plugin-import#1049
  • Loading branch information
penx committed Mar 26, 2018
1 parent deeebc4 commit ce72dc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/govuk-react/package.json
Expand Up @@ -14,6 +14,7 @@
"@govuk-react/grid-row": "^0.1.23",
"@govuk-react/header": "^0.1.23",
"@govuk-react/hint-text": "^0.1.23",
"@govuk-react/hoc": "^0.1.23",
"@govuk-react/icons": "^0.1.23",
"@govuk-react/input": "^0.1.23",
"@govuk-react/input-field": "^0.1.23",
Expand Down
3 changes: 3 additions & 0 deletions packages/govuk-react/src/index.js
@@ -1,3 +1,6 @@
// 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

// Components
export { default as BackLink } from '@govuk-react/back-link';
export { default as Breadcrumb } from '@govuk-react/breadcrumb';
Expand Down

0 comments on commit ce72dc3

Please sign in to comment.