Skip to content

Commit 062773b

Browse files
authored
Merge pull request #99 from ether/fix/esm-compat
fix: backward-compat for ESM etherpad
2 parents af98389 + a455774 commit 062773b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const {template} = require('ep_plugin_helpers');
44

5-
const eejs = require('ep_etherpad-lite/node/eejs/');
5+
const eejs = require('ep_etherpad-lite/node/eejs');
66
const {padToggle} = require('ep_plugin_helpers/pad-toggle-server');
77

88
// Parallel User Settings + Pad Wide Settings checkboxes for the reference

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ep_reference",
33
"description": "Reference content from other Pads",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"author": "johnyma22 (John McLear) <john@mclear.co.uk>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)