Skip to content

Commit b33bcce

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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://etherpad.org/"
2929
},
3030
"dependencies": {
31-
"ep_plugin_helpers": "^0.6.0"
31+
"ep_plugin_helpers": "^0.6.1"
3232
},
3333
"devDependencies": {
3434
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)