Skip to content

Commit

Permalink
Update to fixed version of lume charts
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Oct 2, 2024
1 parent 1e4a059 commit b35e73f
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 550 deletions.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import transformImages from "lume/plugins/transform_images.ts";


import autoDependency from "https://deno.land/x/oi_lume_utils/processors/auto-dependency.ts";
import oiLumeViz from "https://deno.land/x/oi_lume_viz/mod.ts";
import oiLumeViz from "oi_lume_viz/mod.ts";

const site = lume({
src: "./src",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
"https://deno.land/x/oi_lume_viz/config.ts": "./patches/oi_lume_viz/config.ts"
"oi_lume_viz/": "https://cdn.jsdelivr.net/gh/open-innovations/oi-lume-viz@fix/scaled-element-tooltip/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
Expand Down
Loading

0 comments on commit b35e73f

Please sign in to comment.