Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: path and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Jun 13, 2019
1 parent ab1f105 commit 197caad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/superset-ui-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"peerDependencies": {
"@superset-ui/connection": "^0.11.0",
"@superset-ui/core": "^0.11.0",
"@superset-ui/dimension": "^0.11.7",
"@superset-ui/dimension": "^0.11.10",
"react": "^15 || ^16"
}
}
2 changes: 1 addition & 1 deletion packages/superset-ui-chart/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { default as ChartProps } from './models/ChartProps';

export { default as createLoadableRenderer } from './components/createLoadableRenderer';
export { default as reactify } from './components/reactify';
export { default as SuperChart } from './components/SuperChart';
export { default as SuperChart } from './components/SuperChartShell';

export {
default as getChartBuildQueryRegistry,
Expand Down

0 comments on commit 197caad

Please sign in to comment.