Skip to content

Commit

Permalink
chore: update to pnpm@10 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Davis SHYAKA <[email protected]>
  • Loading branch information
shyakadavis and shyakadavis authored Feb 4, 2025
1 parent 601dcf3 commit 7ff3748
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"format": "prettier --write .",
"lint": "prettier --check .",
"ready": "pnpm format && pnpm lint && pnpm check",
"build:registry": "jsrepo build"
"build:registry": "jsrepo build",
"prepare": "svelte-kit sync || echo ''"
},
"devDependencies": {
"@fontsource/geist-mono": "^5.1.1",
Expand Down Expand Up @@ -49,5 +50,5 @@
"vite": "^6.0.11"
},
"type": "module",
"packageManager": "pnpm@9.14.4"
"packageManager": "pnpm@10.2.0"
}

0 comments on commit 7ff3748

Please sign in to comment.