Skip to content

Commit

Permalink
build: set packageManager to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jun 17, 2024
1 parent 7fd006c commit e7d4995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This is a simple API for logging messages",
"private": true,
"main": "dist/index.js",
"packageManager": "pnpm@latest",
"packageManager": "pnpm@9.3.0",
"scripts": {
"lint": "eslint --max-warnings=0 src",
"lint:fix": "eslint --fix --max-warnings=0 src",
Expand Down

0 comments on commit e7d4995

Please sign in to comment.