build: add packageManager field to package.json
[poolifier.git] / examples / typescript / http-client-pool / package.json
index 188898ebb9a9fc92db6da0281841a2083be1bac8..3b1046f5e49e0823d8e434af6aedda7a298fdae3 100644 (file)
@@ -9,6 +9,7 @@
     "node": "20.12.0",
     "pnpm": "8.15.6"
   },
+  "packageManager": "pnpm@8.15.6",
   "scripts": {
     "build": "pnpm build:clean && tsc",
     "build:clean": "tsc --build --clean",