0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 01:54:38 +03:00

Updated package.json to specify npm version 10.9.0 as the package manager, enhancing project dependency management.

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", "type": "module",
"version": "2025.01.24", "version": "2025.01.24",
"private": true, "private": true,
"packageManager": "npm@10.9.0",
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
"dev": "astro dev", "dev": "astro dev",