Skip to content

Commit f743091

Browse files
committed
chore: use array for packageManager as workaround
1 parent 30590c4 commit f743091

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@
8484
"version": "^18 || ^20 || ^22",
8585
"onFail": "warn"
8686
},
87-
"packageManager": {
88-
"name": "npm",
89-
"version": "^10 || ^11",
90-
"onFail": "warn"
91-
}
87+
"packageManager": [
88+
{
89+
"name": "npm",
90+
"version": "^10 || ^11",
91+
"onFail": "warn"
92+
}
93+
]
9294
},
9395
"lint-staged": {
9496
"*": "npm run lint:fix"

0 commit comments

Comments
 (0)