Skip to content

Commit ba1158c

Browse files
committed
chore: remove lockfile
1 parent 1e8ec8c commit ba1158c

File tree

2 files changed

+2
-1398
lines changed

2 files changed

+2
-1398
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"preact": "npm:preact@^10.24.1",
1212
"tailwindcss": "npm:tailwindcss@^3.4.14"
1313
},
14+
"lock": false,
1415
"compilerOptions": {
1516
"jsx": "react-jsx",
1617
"jsxImportSource": "preact"
1718
},
1819
"lint": {
1920
"rules": {
2021
"tags": [
21-
"fresh",
22-
"recommended"
22+
"fresh"
2323
]
2424
}
2525
},

0 commit comments

Comments
 (0)