Skip to content

Commit 06f3e49

Browse files
mrksbncJason3S
andauthored
refactor: landing page update (#8211)
Signed-off-by: Bence Márkus <[email protected]> Co-authored-by: Jason Dent <[email protected]> Co-authored-by: Jason Dent <[email protected]>
1 parent 59a0cfd commit 06f3e49

35 files changed

+1452
-304
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,9 @@ typings/
101101
*.cpuprofile
102102
*.heapprofile
103103

104+
# MacOS
105+
106+
.DS_Store
107+
104108
# cspell:ignore pids jscoverage wscript jspm dotenv eslintcache cspellcache
109+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cspell": "bin.mjs",
1010
"cspell-tools": "cspell-tools.mjs"
1111
},
12-
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6",
12+
"packageManager": "pnpm@10.27.0",
1313
"private": true,
1414
"scripts": {
1515
"bt": "pnpm run build && pnpm run test",

0 commit comments

Comments
 (0)