ep_webrtc 2.5.7 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ or everyone has fast Internet connections) but not for large groups.
17
17
  * Option 2:
18
18
  ```shell
19
19
  cd /path/to/etherpad
20
- npm install --no-save --legacy-peer-deps ep_webrtc
20
+ pnpm run plugins install ep_webrtc
21
21
  ```
22
22
  * Option 3:
23
23
  ```shell
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git@github.com:ether/ep_webrtc.git",
6
6
  "type": "git"
7
7
  },
8
- "version": "2.5.7",
8
+ "version": "2.5.8",
9
9
  "description": "WebRTC based audio/video chat to Etherpad",
10
10
  "author": "John McLear <john@mclear.co.uk>",
11
11
  "contributors": [],