add package manager to the package.json

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-17 21:46:50 +03:00
parent 50037d504b
commit a300a6ca1b
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -5,6 +5,7 @@
"version": "0.0.1", "version": "0.0.1",
"type": "module", "type": "module",
"private": true, "private": true,
"packageManager": "pnpm@9.7.1",
"scripts": { "scripts": {
"docs:build": "vuepress build docs", "docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache", "docs:clean-dev": "vuepress dev docs --clean-cache",