feat: Add package manager field to package.json
Specifies Yarn as the package manager with a specific version and hash, ensuring consistent dependency management across different environments.
This commit is contained in:
parent
7bb811cf01
commit
db93211aff
1 changed files with 2 additions and 1 deletions
|
@ -22,5 +22,6 @@
|
|||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2",
|
||||
"helmet": "^7.1.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue