File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4444 "scripts" : {
4545 "start" : " bun --hot ./server.ts" ,
4646 "build" : " tsup" ,
47- "docs" : " bunx typedoc" ,
47+ "docs" : " typedoc" ,
4848 "test" : " bun test" ,
4949 "watch" : " bun test --watch" ,
5050 "publish:npm" : " np" ,
51- "pretty-print" : " bunx prettier --write *.{mjs,ts, json} src/*.*"
51+ "pretty-print" : " prettier --write ' *.{html, json,ts}' ' src/*.*' "
5252 },
5353 "devDependencies" : {
54- "@types/node" : " ^20.11.28 " ,
55- "@types/web" : " ^0.0.142 " ,
56- "bun-types" : " ^1.0.31 " ,
57- "np" : " ^10.0.1 " ,
54+ "@types/node" : " ^20.14.2 " ,
55+ "@types/web" : " ^0.0.148 " ,
56+ "bun-types" : " ^1.1.12 " ,
57+ "np" : " ^10.0.5 " ,
5858 "open" : " ^10.1.0" ,
59- "prettier" : " 3.2.5 " ,
59+ "prettier" : " 3.3.2 " ,
6060 "prettier-plugin-organize-imports" : " 3.2.4" ,
61- "tsup" : " ^8.0.2 " ,
62- "typedoc" : " ^0.25.12 " ,
63- "typescript" : " ^5.4.2 "
61+ "tsup" : " ^8.1.0 " ,
62+ "typedoc" : " ^0.25.13 " ,
63+ "typescript" : " ^5.4.5 "
6464 },
6565 "engines" : {
6666 "node" : " >=16"
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
You can’t perform that action at this time.
0 commit comments