Skip to content

Commit

Permalink
Merge branch 'master' into fix-5555
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Mar 10, 2020
2 parents 92c2d8b + 8ff123d commit 8fa9f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/docs/experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ For now, you can click the "expanded" viewing mode option and see the module
name available for each icon in the second-to-last column. So if you are looking
for the glyph version of an icon, you might see `/chevron--down` and in the far
right-hand side of the table (when in expanded mode) you'd see
`ChevronDownGlyph`. You can use this identifier alongside the `carbon-icons`
`ChevronDownGlyph`. You can use this identifier alongside the `carbon-icon`
helper by doing:

```hbs
Expand Down
4 changes: 3 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@
"babel-core": "7.0.0-bridge.0",
"freshy": ">= 1.0.3"
},
"peerDependencies": {
"@carbon/icons": "^10.9.0"
},
"dependencies": {
"carbon-icons": "^7.0.7",
"flatpickr": "4.6.1",
"lodash.debounce": "^4.0.8",
"warning": "^3.0.0"
Expand Down

0 comments on commit 8fa9f07

Please sign in to comment.