mirror of
https://github.com/ProtonMail/pmcrypto.git
synced 2026-01-11 19:46:31 +00:00
Dev: prevent accidentally using npm over yarn
This commit is contained in:
parent
6232629329
commit
19f9b262d4
2 changed files with 5 additions and 1 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
engine-strict = true
|
||||
|
|
@ -70,5 +70,8 @@
|
|||
"webpack": "^5.101.3",
|
||||
"webpack-cli": "^4.10.0"
|
||||
},
|
||||
"packageManager": "yarn@4.10.2"
|
||||
"packageManager": "yarn@4.10.2",
|
||||
"engines": {
|
||||
"npm": "please use yarn"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue