Skip to content

Commit 41c2ae8

Browse files
serhalpndhoule
authored andcommitted
build: add missing packageManager field to package.json
This is especially important as there are significant bugs in npm 11 at the moment.
1 parent c92f9b0 commit 41c2ae8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,6 @@
226226
"verdaccio": {
227227
"compression": "1.8.1"
228228
}
229-
}
229+
},
230+
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900"
230231
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"name": "monorepo",
3-
"version": "1.0.0"
3+
"version": "1.0.0",
4+
"packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36"
45
}

0 commit comments

Comments
 (0)