Skip to content

Commit

Permalink
Set pnpm version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeden committed Jan 14, 2025
1 parent 89de523 commit c3c6123
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "overhead",
"version": "0.1.0",
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=9.15.0",
"node": ">=20"
},
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -40,6 +45,6 @@
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"plugins": []
"plugins": [ ]
}
}

0 comments on commit c3c6123

Please sign in to comment.