ep_font_size 0.4.79 → 0.4.82

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
@@ -12,7 +12,7 @@ text.
12
12
  ## Installation
13
13
 
14
14
  ```shell
15
- npm install ep_font_size
15
+ pnpm run plugins install ep_font_size
16
16
  ```
17
17
 
18
18
  or Use the Etherpad ``/admin`` interface.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Apply sizes to fonts",
3
3
  "name": "ep_font_size",
4
- "version": "0.4.79",
4
+ "version": "0.4.82",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "John McLear",