Commit 9d8760f
committed
fix: Remove devEngines from package.json
Dependabot's npm updater rejects devEngines.packageManager.version
ranges that use "||", failing with "Invalid package manager
specification in package.json. The packageManager field must specify
a valid semver version." This has silently broken all npm version
updates on this repo since #595 introduced the field.
engines already communicates the Node/npm requirement to contributors
and CI without hard-failing external tooling, so devEngines is dropped
rather than pinned to a single version that would need to track
whatever runtime Dependabot's sandbox happens to use.1 parent 3aca465 commit 9d8760f
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 20 | | |
31 | 21 | | |
32 | 22 | | |
| |||
0 commit comments