Skip to content

Commit

Permalink
fix(dialog): include all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Jan 14, 2021
1 parent c38850d commit 9be0da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@
"dependencies": {
"@spectrum-web-components/action-button": "^0.1.0",
"@spectrum-web-components/base": "^0.2.0",
"@spectrum-web-components/button-group": "^0.4.0",
"@spectrum-web-components/icon": "^0.7.0",
"@spectrum-web-components/icons-ui": "^0.4.0",
"@spectrum-web-components/icons-workflow": "^0.4.0",
"@spectrum-web-components/modal": "^0.1.0",
"@spectrum-web-components/rule": "^0.4.0",
"@spectrum-web-components/shared": "^0.8.0",
"@spectrum-web-components/underlay": "^0.4.0",
"tslib": "^2.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/dialog/src/Dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {

import '@spectrum-web-components/rule/sp-rule.js';
import '@spectrum-web-components/action-button/sp-action-button.js';
import '@spectrum-web-components/button-group/sp-button-group.js';
import crossStyles from '@spectrum-web-components/icon/src/spectrum-icon-cross.css.js';
import '@spectrum-web-components/icon/sp-icon.js';
import { Cross500Icon } from '@spectrum-web-components/icons-ui';
Expand Down

0 comments on commit 9be0da0

Please sign in to comment.