Skip to content

Commit 02be0dc

Browse files
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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "https://github.com/ether/ep_headings2/issues"
3535
},
3636
"dependencies": {
37-
"ep_plugin_helpers": "^0.6.0"
37+
"ep_plugin_helpers": "^0.6.1"
3838
},
3939
"devDependencies": {
4040
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)