Skip to content

Commit

Permalink
Merge pull request #66 from dlabaj/npmUpdates
Browse files Browse the repository at this point in the history
fix(deployment-issue): Fixed the broken deployment issues.
  • Loading branch information
dlabaj authored Oct 31, 2023
2 parents ad42fa2 + 1b8d146 commit d227df9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@patternfly/react-component-groups-root",
"private": true,
"version": "5.0.0-alpha.0",
"description": "This library provides patternfly extensions",
"version": "0.0.0",
"description": "This library provides PatternFly based opinionated React components.",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
3 changes: 3 additions & 0 deletions packages/module/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export * from './InvalidObject';
export { default as NotAuthorized } from './NotAuthorized';
export * from './NotAuthorized';

export { default as NotFoundIcon } from './NotFoundIcon';
export * from './NotFoundIcon';

export { default as SkeletonTable } from './SkeletonTable';
export * from './SkeletonTable';

Expand Down

0 comments on commit d227df9

Please sign in to comment.