Skip to content

Commit

Permalink
specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 1, 2024
1 parent f2ae238 commit e0f4949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"exports": {
".": "./dist/index.js"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": "20.11.0",
"pnpm": "8.15.4"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
Expand Down

0 comments on commit e0f4949

Please sign in to comment.