Skip to content

Commit aa28e0e

Browse files
authored
Merge pull request #110 from ether/fix/esm-compat
fix: backward-compat for ESM etherpad
2 parents ef581de + 613e51a commit aa28e0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eejs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const eejs = require('ep_etherpad-lite/node/eejs/');
3+
const eejs = require('ep_etherpad-lite/node/eejs');
44

55
exports.eejsBlock_styles = (hookName, args, cb) => {
66
const css = eejs.require(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ep_file_menu_toolbar",
33
"description": "File / Menu style toolbar",
4-
"version": "0.2.53",
4+
"version": "0.2.54",
55
"author": "johnyma22 (John McLear) <john@mclear.co.uk>",
66
"engines": {
77
"node": ">=18.0.0"

0 commit comments

Comments
 (0)