Skip to content

Commit

Permalink
fix: fixes on component exports
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 20, 2023
1 parent dc1a765 commit f70901d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"url": "https://github.com/pagopa/io-app-design-system/issues"
},
"homepage": "https://github.com/pagopa/io-app-design-system#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
Expand Down
7 changes: 3 additions & 4 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ export * from "./icons";
export * from "./checkbox";
export * from "./radio";
export * from "./switch";
export * from "./spacer/Spacer";
export * from "./divider/Divider";
export * from "./contentWrapper/ContentWrapper";
export * from "./divider";
export * from "./contentWrapper";
export * from "./typography";
export * from "./spacer";
export * from "./avatar";
Expand All @@ -15,4 +14,4 @@ export * from "./buttons";
export * from "./listitems";
export * from "./tag";
export * from "./alert";
export * from "./logos";
export * from "./logos";

0 comments on commit f70901d

Please sign in to comment.