Skip to content

Commit

Permalink
Add package manager to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jan 3, 2025
1 parent 9f6ebea commit bac10fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "docs",
"type": "module",
"packageManager": "^[email protected]",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
Expand Down Expand Up @@ -28,4 +29,4 @@
"js-yaml": "^4.1.0",
"lightningcss": "^1.24.1"
}
}
}

0 comments on commit bac10fb

Please sign in to comment.