lume: 2.0.1 -> 2.2.1
This commit is contained in:
parent
d70bb30240
commit
293aae65d5
|
@ -1,14 +1,17 @@
|
||||||
{
|
{
|
||||||
"importMap": "import_map.json",
|
"importMap": "import_map.json",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --lock=deno.lock --unstable -A -",
|
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --lock=deno.lock -A -",
|
||||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
|
||||||
"build": "deno task lume",
|
"build": "deno task lume",
|
||||||
"build:fresh": "deno task lume:fresh",
|
"build:fresh": "deno task lume:fresh",
|
||||||
"serve": "deno task lume -s"
|
"serve": "deno task lume -s"
|
||||||
},
|
},
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"jsxImportSource": "npm:react"
|
"jsxImportSource": "npm:react",
|
||||||
|
"types": [
|
||||||
|
"lume/types.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"lume/": "https://deno.land/x/lume@v2.0.1/",
|
"lume/": "https://deno.land/x/lume@v2.2.1/",
|
||||||
"react/jsx-runtime": "https://deno.land/x/lume@v2.0.1/deps/react_runtime.ts",
|
"react/jsx-runtime": "https://deno.land/x/lume@v2.2.1/deps/react_runtime.ts",
|
||||||
"react": "https://deno.land/x/lume@v2.0.1/deps/react.ts"
|
"react": "https://deno.land/x/lume@v2.2.1/deps/react.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue