ep_special_characters 0.0.18 → 0.0.19

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.
@@ -85,3 +85,7 @@ jobs:
85
85
  - run: npm publish
86
86
  env:
87
87
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
88
+ - name: Add package to etherpad organization
89
+ run: npm access grant read-write etherpad:developers
90
+ env:
91
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![Publish Status](https://github.com/ether/ep_special_characters/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_special_characters/workflows/Backend%20tests/badge.svg)
2
+
1
3
  # ep_special_characters
2
4
 
3
5
  TODO: Describe the plugin.
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.18",
4
+ "version": "0.0.19",
5
5
  "author": {
6
6
  "name": "Johnyma22",
7
7
  "email": "john@mclear.co.uk",