Skip to content

Commit

Permalink
Update lume
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Mar 22, 2024
1 parent 7964626 commit 761e5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"tasks": {
"build": "deno task lume",
"serve": "deno task lume -s",
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"reload": "echo \"import 'lume/cli.ts'\" | deno run --reload --unstable -A -",
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"reload": "echo \"import 'lume/cli.ts'\" | deno run --reload -A -",
"purge": "purgecss --css ./_includes/css/bulma.min.css --content \"./_includes/**/*.njk\" \"**/*.njk\" \"**/*.md\" \"./_site/**/*.html\" -o ./_includes/css/app.css"
},
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"lume/": "https://deno.land/x/[email protected].0/"
"lume/": "https://deno.land/x/[email protected].2/"
}
}

0 comments on commit 761e5af

Please sign in to comment.