ep_git_commit_saved_revision 0.0.33 → 0.0.34

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 +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ Perform tasks when you hit saved revision.
20
20
  ```
21
21
 
22
22
  ## Installation
23
- 1. Install using http://%youretherpad%/admin/plugins or ``npm install ep_git_commit_saved_revision``
23
+ 1. Install using http://%youretherpad%/admin/plugins or ``pnpm run plugins install ep_git_commit_saved_revision``
24
24
  1. Copy / paste above settings example into the bottom of settings.json
25
25
 
26
26
  ## TODO
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_git_commit_saved_revision",
3
3
  "description": "Hooks on Saved Revision calls, designed to git commit a pad text when a user clicks Saved Revision Star",
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
6
6
  "engines": {
7
7
  "node": ">=18.0.0"