Skip to content

Commit 8f6322f

Browse files
committed
refactor: replace bun with pnpm
1 parent f3f65b1 commit 8f6322f

5 files changed

Lines changed: 5248 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "bun"
3+
- package-ecosystem: "npm"
44
directory: "/"
55
groups:
66
minor-patch:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "tinyauth-docs-astro",
33
"type": "module",
44
"version": "0.0.1",
5+
"packageManager": "pnpm@11.1.2",
56
"scripts": {
67
"dev": "astro dev",
78
"start": "astro preview",

0 commit comments

Comments
 (0)