mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Add packageManager field in package.json to prevent usage of other managers w/ corepack
This commit is contained in:
parent
907f196446
commit
70d8b307a1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"version": "2.1.0-rc.1",
|
"version": "2.1.0-rc.1",
|
||||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"packageManager": "npm@10.9.0",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|
Loading…
Reference in a new issue