Commit 02be0dc
authored
fix(deps): bump ep_plugin_helpers range to ^0.6.1 (the published version) (#185)
Follow-up to #184.
Etherpad's plugin installer (live-plugin-manager-backed) 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 from 0.5.3 to 0.6.1). CI on master
has been red since #184 merged for this reason. Same fix applied to
ep_font_color and ep_font_size (#143). Anchor to the actual published
version so the install resolves.1 parent 40fb1e8 commit 02be0dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments