ep_disable_imports 1.0.15 → 1.0.16

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
@@ -10,7 +10,7 @@ imports.
10
10
  From the Etherpad working directory, run:
11
11
 
12
12
  ```shell
13
- npm install --no-save --legacy-peer-deps ep_disable_imports
13
+ pnpm run plugins install ep_disable_imports
14
14
  ```
15
15
 
16
16
  Or, install from Etherpad's `/admin/plugins` page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_disable_imports",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Etherpad plugin to selectively or completely disable imports.",
5
5
  "main": "index.js",
6
6
  "repository": {