Update to lume v1.17.3 #9
Loading…
Reference in a new issue
No description provided.
Delete branch "update/lume-1.17.3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The build was failing because old dependencies of lume 1.12 were not
available in the registries anymore. This commit updates lume and its
plugins.
Thanks for fixing, just a small comment.
@ -1,8 +1,10 @@
{
"importMap": "import_map.json",
"tasks": {
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --unstable -A -",
Let's add
--lock=deno.lock
to ensure we write to the right file: