Updated package.json to specify npm version 10.9.0 as the package manager, enhancing project dependency management.
All checks were successful
CI / test (push) Successful in 16s
RenovateBot / renovate (push) Successful in 22s

This commit is contained in:
Valentin Popov 2025-05-23 07:51:17 +00:00
parent 6adb475581
commit a560f6d2e0
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -3,6 +3,7 @@
"type": "module",
"version": "2025.01.24",
"private": true,
"packageManager": "npm@10.9.0",
"scripts": {
"format": "prettier --write .",
"dev": "astro dev",