ep_font_size 0.4.32 → 0.4.36

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/locales/it.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
- "Beta16"
4
+ "Beta16",
5
+ "VamosErik88"
5
6
  ]
6
7
  },
7
8
  "ep_font_size.size": "Dimensione carattere"
@@ -0,0 +1,8 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Ajeje Brazorf"
5
+ ]
6
+ },
7
+ "ep_font_size.size": "Diminsioni caràttiri"
8
+ }
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.32",
4
+ "version": "0.4.36",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "John McLear",