Skip to content

Commit

Permalink
Add ink-demo to index and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jun 3, 2019
1 parent a7c5f75 commit b057380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import * as ink from 'ink-components';
* [ink-equation](https://www.webcomponents.org/element/ink-components/elements/ink-equation)
* [ink-figure](https://www.webcomponents.org/element/ink-components/elements/ink-figure)
* [ink-code](https://www.webcomponents.org/element/ink-components/elements/ink-code)
* [ink-demo](https://www.webcomponents.org/element/ink-components/elements/ink-demo)
* [ink-outline](https://www.webcomponents.org/element/ink-components/elements/ink-outline)
* [ink-aside](https://www.webcomponents.org/element/ink-components/elements/ink-aside)
* [ink-callout](https://www.webcomponents.org/element/ink-components/elements/ink-callout)
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { InkChart, InkChartCircle, InkChartPath, InkChartText, InkChartNode, Ink

import { InkOutline } from './InkOutline.js';
import { InkFigure } from './InkFigure.js';
import { InkCode } from './InkCode.js';
import { InkCode, InkDemo } from './InkCode.js';
import { InkEquation } from './InkEquation.js';
import { InkAside, InkCallout, InkQuote, InkCard, H2More, InkByline } from './InkSimple.js';
import { CvItem, CvAward } from './InkCV.js';
Expand All @@ -36,6 +36,7 @@ export {
InkOutline,
InkFigure,
InkCode,
InkDemo,
InkEquation,
InkAside,
InkCallout,
Expand Down

0 comments on commit b057380

Please sign in to comment.