Skip to content

Commit

Permalink
chore: add pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed May 26, 2024
1 parent 34d7ebc commit a79f346
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 @@ -2,6 +2,8 @@
"name": "supavelte-ssr",
"version": "0.0.1",
"private": true,
"type": "module",
"packageManager": "pnpm@9.1.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down Expand Up @@ -37,6 +39,5 @@
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^1.2.0"
},
"type": "module"
}
}

0 comments on commit a79f346

Please sign in to comment.