Skip to content

Commit

Permalink
change module ver
Browse files Browse the repository at this point in the history
  • Loading branch information
haturatu committed Jun 22, 2024
1 parent 256b8ba commit e6ca1bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v2.2.0/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.4.3/"
"lume/": "https://deno.land/x/lume@v2.2.1/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.5.2/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "deno task lume",
"serve": "deno task lume -s",
"changelog": "deno run --allow-read --allow-write https://deno.land/x/changelog@v2.1.0/bin.ts"
"serve": "deno task lume -s"
},
"compilerOptions": {
"types": [
Expand Down

0 comments on commit e6ca1bb

Please sign in to comment.