Skip to content

Commit

Permalink
fix(LegIcon): Exclude LegIcon from stories (was causing propcheck war…
Browse files Browse the repository at this point in the history
…nings); publish to package inde
  • Loading branch information
binh-dam-ibigroup committed May 4, 2020
1 parent 9480f4f commit 2ad9dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import * as standard from "./standard";
import * as trimet from "./trimet";
import ClassicLegIcon from "./classic-leg-icon";
import ClassicModeIcon from "./classic-mode-icon";
import LegIcon from "./leg-icon";
import StandardLegIcon from "./standard-leg-icon";
import StandardModeIcon from "./standard-mode-icon";
import TriMetLegIcon from "./trimet-leg-icon";
Expand Down Expand Up @@ -162,6 +163,7 @@ export {
Hopr,
Info,
Left,
LegIcon,
Lime,
Lyft,
Map,
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/index.story.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const allStories = storiesOf("Icons", module);
const noStoryComponents = [
"ClassicLegIcon",
"ClassicModeIcon",
"LegIcon",
"StandardLegIcon",
"StandardModeIcon",
"TriMetLegIcon",
Expand Down

0 comments on commit 2ad9dcb

Please sign in to comment.