ep_special_characters 0.0.28 → 0.0.30

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 +3 -5
package/README.md CHANGED
@@ -9,7 +9,7 @@ TODO: Describe the plugin.
9
9
  From the Etherpad working directory, run:
10
10
 
11
11
  ```shell
12
- npm install --no-save --legacy-peer-deps ep_special_characters
12
+ pnpm run plugins install ep_special_characters
13
13
  ```
14
14
 
15
15
  Or, install from Etherpad's `/admin/plugins` page.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_special_characters",
3
3
  "description": "Insert special characters into a pad",
4
- "version": "0.0.28",
4
+ "version": "0.0.30",
5
5
  "author": {
6
6
  "name": "Johnyma22",
7
7
  "email": "john@mclear.co.uk",
@@ -11,10 +11,8 @@
11
11
  "node": ">=18.0.0"
12
12
  },
13
13
  "repository": {
14
- "repository": {
15
- "type": "git",
16
- "url": "git://github.com/johnmclear/ep_special_characters.git"
17
- }
14
+ "type": "git",
15
+ "url": "git://github.com/johnmclear/ep_special_characters.git"
18
16
  },
19
17
  "funding": {
20
18
  "type": "individual",