Skip to content

Commit

Permalink
fix: add package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Marimax01 committed Oct 28, 2024
1 parent b3e9a96 commit 3666433
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
@@ -1,6 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "^[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand All @@ -11,4 +12,4 @@
"@nuxt/content": "^2.13.4",
"nuxt": "^3.13.2"
}
}
}

0 comments on commit 3666433

Please sign in to comment.