Add packageManager field in package.json to prevent usage of other managers w/ corepack

This commit is contained in:
Tyler Beckman 2024-10-12 01:30:25 -06:00 committed by Yarmo Mackenbach
parent 907f196446
commit 70d8b307a1
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -3,6 +3,7 @@
"version": "2.1.0-rc.1",
"description": "Decentralized Online Identity Proofs library in Node.js",
"type": "module",
"packageManager": "npm@10.9.0",
"main": "./src/index.js",
"exports": {
".": {