Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 15, 2022
1 parent c226ca3 commit 0003e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Upgrade to Lume `1.14.2`.
- `metas` plugin default configuration.
- Some styles tweaks.

## [0.4.0] - 2022-11-24
Expand Down
2 changes: 1 addition & 1 deletion demo/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"importMap": "import_map.json",
"tasks": {
"lume": "deno eval \"import 'lume/task.ts'\" --",
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"build": "deno task lume",
"serve": "deno task lume -s"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v1.13.1/"
"lume/": "https://deno.land/x/lume@v1.14.2/"
}
}

0 comments on commit 0003e00

Please sign in to comment.