ep_post_data 0.1.12 → 0.1.13

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_post_data",
3
3
  "description": "Post data into Etherpad using Curl",
4
- "version": "0.1.12",
4
+ "version": "0.1.13",
5
5
  "author": "John McLear",
6
6
  "repository": "git@github.com:johnmclear/ep_post_data.git",
7
7
  "contributors": [