Skip to content

Commit

Permalink
chore: define expected package manager
Browse files Browse the repository at this point in the history
For some reason, this seems to be always generated
now every time I run yarn in the repo so we may as
well set it.

https://nodejs.org/api/packages.html#packagemanager
  • Loading branch information
0xmichalis committed Aug 21, 2024
1 parent a254a5b commit c999b99
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
Expand Up @@ -65,5 +65,6 @@
"ts-node": "^10.1.0",
"typechain": "^8.0.0",
"typescript": "^4.5.2"
}
},
"packageManager": "[email protected]"
}

0 comments on commit c999b99

Please sign in to comment.