ep_special_characters 0.0.52 → 0.0.53

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,8 +5,7 @@
5
5
  > uses a browser-side `require()` that Etherpad's current esbuild bundler
6
6
  > doesn't expose. Tracking fix in [#87](https://github.com/ether/ep_special_characters/issues/87).
7
7
 
8
- # ep_special_characters
9
-
8
+ # Special Character Picker for Etherpad
10
9
  TODO: Describe the plugin.
11
10
 
12
11
  ## Installation
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.52",
4
+ "version": "0.0.53",
5
5
  "author": {
6
6
  "name": "Johnyma22",
7
7
  "email": "john@mclear.co.uk",