Skip to content

Commit 656b41d

Browse files
Update imports, use top level exclude in deno.json
1 parent e0d56d2 commit 656b41d

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

_config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "npm:prismjs/components/prism-liquid.js";
99
import "npm:prismjs/components/prism-typescript.js";
1010
import "npm:prismjs/components/prism-json.js";
1111
import "npm:prismjs/components/prism-jsx.js";
12-
import "https://deno.land/x/vento@v0.12.1/prism-vento.js";
12+
import "https://deno.land/x/vento@v1.12.14/prism-vento.js";
1313

1414
export default lume({ location: new URL("https://lume.land/blog/") })
1515
.use(blog())

deno.json

+4-22
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,12 @@
66
"cms": "deno task lume cms"
77
},
88
"imports": {
9-
"lume/": "https://deno.land/x/[email protected].2/",
10-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].3/",
9+
"lume/": "https://deno.land/x/[email protected].3/",
10+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/",
1111
"blog/": "https://deno.land/x/[email protected]/"
1212
},
1313
"compilerOptions": {
14-
"types": [
15-
"lume/types.ts"
16-
]
14+
"types": ["lume/types.ts"]
1715
},
18-
"lint": {
19-
"exclude": [
20-
"./_site",
21-
"./_bin"
22-
],
23-
"rules": {
24-
"tags": [
25-
"recommended"
26-
]
27-
}
28-
},
29-
"fmt": {
30-
"exclude": [
31-
"./_site",
32-
"./_bin"
33-
]
34-
}
16+
"exclude": ["./_site", "./_bin"]
3517
}

0 commit comments

Comments
 (0)