Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/datawheel/canon into featu…
Browse files Browse the repository at this point in the history
…re-local-images
  • Loading branch information
jhmullen committed Dec 9, 2020
2 parents 387f43c + 2564f43 commit c208bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vizbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@datawheel/canon-vizbuilder",
"sideEffects": ["*.css"],
"description": "A visualization explorer for OLAP cube servers.",
"version": "0.4.4",
"version": "0.4.5",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"author": "Francisco Abarzúa <francisco@datawheel.us>",
Expand Down
2 changes: 2 additions & 0 deletions packages/vizbuilder/src/containers/Vizbuilder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import FilterItem from "./FilterItem";
import GroupItem from "./GroupItem";
import Ranking from "./Ranking";

import "../styles/index.css";

/**
* @typedef OwnState
* @property {boolean} isSidebarOpen
Expand Down
2 changes: 0 additions & 2 deletions packages/vizbuilder/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "./styles/index.css";

export {default as Vizbuilder} from "./containers/Vizbuilder";
export {default as vizbuilderMiddleware} from "./middleware";
export {vizbuilderReducer} from "./store";

0 comments on commit c208bf0

Please sign in to comment.