Skip to content

Commit

Permalink
fix: missing exports (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-zurico authored Oct 24, 2023
1 parent bbb7778 commit 5f168e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@capgeminiuk/dcx-react-library",
"author": "Capgemini UK",
"license": "MIT",
"version": "0.8.0",
"version": "0.8.1",
"source": "src/index.ts",
"main": "dist/dcx-react-library.js",
"module": "dist/dcx-react-library.module.js",
Expand Down
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ export * from './keyBoard';
export * from './preformattedText';
export * from './list';
export * from './breadcrumb';
export * from './abbreviate';
export * from './blockquote';
export * from './heading';
export * from './paragraph';
export * from './codesnippet';
export * from './highlight';

0 comments on commit 5f168e9

Please sign in to comment.