summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-19 03:05:27 -0400
committerseth <[email protected]>2024-08-23 08:30:49 -0400
commit474f3a78b636f17c991dd67965c63dd6a5be9f4b (patch)
tree8f15b1b5f01f00bae1b41c371b3f72f62800eb78 /deno.json
parent2520f60452a78a3d59eef3b80e0064d722e26ab9 (diff)
lume: 2.2.3 -> 2.2.4
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index 5e8efc8..c3513ef 100644
--- a/deno.json
+++ b/deno.json
@@ -1,6 +1,6 @@
{
"imports": {
- "lume/": "https://deno.land/x/[email protected]/"
+ "lume/": "https://deno.land/x/[email protected]/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-net --allow-read=./ --allow-write=./_site,./dist --allow-sys -",