1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-12-05 09:14:28 +01:00

Add engines to package.json in CLI

This commit is contained in:
Ajay-Satish-01 2024-12-20 13:46:41 -08:00
parent 0619ef507f
commit 490687cfc5

View File

@ -82,5 +82,8 @@
"rxjs": "7.8.1",
"tldts": "6.1.69",
"zxcvbn": "4.4.2"
},
"engines": {
"node": ">=18.0.0"
}
}