Commit b33bcce
authored
fix(deps): bump ep_plugin_helpers range to ^0.6.1 (the published version) (#143)
Follow-up to the toolbar-select migration (#142). Etherpad's plugin
installer resolves the dep range's lower-bound version literally —
`^0.6.0` makes it ask npm for `ep_plugin_helpers@0.6.0`, which was
never published (the auto-publish workflow bumped straight to `0.6.1`,
skipping 0.6.0). CI on main has been red since the merge for this
reason. Anchor to the actual published version so the install resolves.1 parent b750724 commit b33bcce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments