Skip to content

Commit

Permalink
fix(card): include dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Oct 10, 2020
1 parent 72135f2 commit 18beaf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"dependencies": {
"@spectrum-web-components/asset": "^0.1.3",
"@spectrum-web-components/base": "^0.1.1",
"@spectrum-web-components/checkbox": "^0.5.2",
"@spectrum-web-components/icons-workflow": "^0.3.4",
"@spectrum-web-components/quick-actions": "^0.1.1",
"@spectrum-web-components/shared": "^0.7.2",
Expand Down
6 changes: 0 additions & 6 deletions packages/card/src/Card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@ export class Card extends FocusVisiblePolyfillMixin(SpectrumElement) {
return this.renderPreviewImage;
}

/**
* sp-asset
* sp-quick-actions
* sp-checkbox
*
*/
protected render(): TemplateResult {
return html`
${this.toggles
Expand Down

0 comments on commit 18beaf6

Please sign in to comment.