mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-02 19:43:10 +03:00
6 lines
316 B
Plaintext
6 lines
316 B
Plaintext
# engine-strict makes the engines block in package.json a hard error rather
|
|||
|
|
# than an npm warning. npm reads the project .npmrc from the package
|
||
|
|
# directory and does not walk parent directories, so this file has to exist
|
||
|
|
# in every package root or the gate silently downgrades to a warning there.
|
||
|
|
engine-strict=true
|