Skip to content

Commit

Permalink
add packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Fragtex254 committed Apr 21, 2024
1 parent 106026c commit c327352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "fuwari",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -12,7 +13,7 @@
"format": "biome format --write ./src",
"lint": "biome check --apply ./src"
},
"dependencies": {
"dependencies":
"@astrojs/check": "^0.5.9",
"@astrojs/svelte": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
Expand Down

0 comments on commit c327352

Please sign in to comment.